HAL_UART_TxCpltCallback function is not being called
Posted on November 11, 2015 at 10:45 Hello, I set up a uart project from CubeMx for STM32F0308 Disco, Basically I want to send ''test'' strings every 3 seconds via DMA however after I only get a single ''test'' in terminal. HAL_U...