SPI with DMA on STM32F437
Posted on June 23, 2015 at 15:39 Hi, I'm having troubles setting up the DMA with SPI2 on a STM32F4 I am using the streams 3 and 4 on channel 0 as said in the datasheet. Here is my init code : void MX_SPI2_Init( void ) { DMA_InitTyp...