Getting Started with STM32F103: UART Transmitter with DMA
In the previous guide (here), we took a look how to configure the UART to receive a character using interrupt and echo back the received character. In this guide, we shall use DMA to transmit data. In this guide, we shall cover the following...
READ MORE