Getting Started with STM32G0 and STM32CubeIDE: SPI TX DMA
In the previous guide (here), we took a look at the SPI interface and how to configure the STM32G0 to communicate with SPI slave device (MPU9250) in polling mode. In this guide, we shall transmit data over SPI bus using DMA. In this guide, we...
READ MORE