CubeF4, when is a UART DMA transmission over ?
Hello,I'm sending data on UART using DMA with HAL_UART_Transmit_DMA().As sometimes I need to send two messages consecutively, I'm testing if the previousmessage is sent before preparing the new one. I do something like this:void sendData(){ u...