UART with DMA and new line detection
Posted on September 23, 2015 at 04:39Hi all, in my project which takes data from a device from UART, and I have made it use the DMA to save the info. The callbacks HAL_UART_RxCpltCallback and HAL_UART_RxHalfCpltCallback are called and working well....