HAL_UART_TxCpltCallback not getting called
Hi,
I have a problem with HAL_UART_TxCpltCallback not getting called after UART transmission using DMA. I set the DMA in Normal mode. I also turned on the UART global interrupt in CubeMX. Actually the USART1_IRQHandler gets called after I send some string over UART. Stepping through the code shows that the HAL_UART_TxCpltCallback is not called because the USART_ISR_TC bit in UART->SR register is not set. I don't know why is that? Maybe I configured something wrong?
Thanks for your help :)
