[Revised]Getting Started with STM32F103: SPI Transmit using DMA
In this revised guide on SPI with DMA on STM32F103, we shall transmit packet of data using DMA without CPU intervention. In the previous guide (here), we took a look how to configure the SPI to transmit data using polling mode. In this guide, we...
READ MORE