New HAL_UART API
Posted on April 22, 2015 at 19:16In the good old SPL we just had UART_Init, UART_SendData (to send 1 byte) and UART_RecieveData (to receive 1 byte). All interrupt handlers and DMA operation was our own problem.And many of us already wrote them and t...