Getting Started with STM32F103: SPI Transmit using DMA
In the previous guide (here), we took a look how to configure the SPI to transmit data using polling mode. In this guide, we shall use DMA to transfer data over SPI bus. In this guide, we shall cover the following: Enable TXDMA for SPI. Configure...
READ MORE