HAL_UART_Transmit_DMA transmits data with delay
Hi,I have written an STM32 program that transmits data using HAL_UART_Transmit_DMA .However, for some reason, the first time I call this HAL function, Rx line only outputs 0s.The second message I'm sending actually sends the first message,The third m...