Getting Started with STM32F103: UART Receiver 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 recieve data. In this guide, we shall cover the following...
READ MORE