Receiving a burts of data from SPI using DMA
Hi, I am using an STM32f407VGT MCU and I am trying to receive a burst of data of 112 bytes from SPI1 and storing it in an array buffer, initially set with all its elements to 0.According to the RM0090 TRF this should be easily done with the DMA, but ...