Getting started with STM32L053: SPI TX DMA
In the previous guide (here), we saw how to transmit data over SPI using polling mode. In this guide, we shall use DMA to transmit data over SPI without CPU intervention. In this guide, we shall cover the following: Configure SPI in DMA TX mode...
READ MORE