Working with STM32 and UART part 4: Sending Strings using DMA
In the pervious part (from here), we took a look how to send string in UART using polling mode. In polling mode, we forced the cpu to send the string character by character using software. In this guide, we shall use DMA (Direct Memory Access) to...
READ MORE