Using DMA Request generator to drive another DMA
I'm using an STM32G4 series microcontroller with a Type 3 DMA. It's going to be set up as a SPI slave. It will produce data of x bytes at a rate of 10 kHz and a SPI master will want to read this data at 1 kHz asynchronously. The SPI master will only ...