Issues with interrupt driven SPI DMA Rx
Posted on May 05, 2016 at 23:59 Hi, I'm trying to get an STM32F0 read incoming data packets as a SPI slave using the DMA. I've been reading the DataExchangeDMA peripheral example code and trying to convert some of it to an interrupt driven model...