Working with STM32 and UART part 6: IDLE Line interrupt with DMA
In pervious guides(here), we took look how to receive 5 characters from DMA and echo back the sent characters. However, the limitation is to need the number of received character in advanced which will limit the capability of the firmware...
READ MORE