Resolved! UART_DMATransmitCplt bug report (Cube 4.19.0)
Posted on March 06, 2017 at 22:42There is an extra 'else' at the end of UART_DMATransmitCplt function which prevents the HAL_UART_TxCpltCallback to be called in normal (non-circular) mode[...]} /* DMA Circular mode */ else { HAL_UART_TxCpltCal...