Clearing the SPI Buffer
Hi all, I'm working on a project where I am using an STM32F3 (master) to communicate with an STM32G0 (slave) using SPI with DMA. The G0 performs a task and can receive commands, and have it's "registers" (ie. state data) read out over the SPI. I want...