STM32F446VET7 DMA Transmission
Hello, I am trying to transmit 64 byte data with DMA but if I am not use at least 10ms delay the data is not transmitted. How can I check the is data transmitted without any need of delay ? I try to check UART is busy or not fort that but its not wor...