SPI DMA receive problem
Posted on November 18, 2013 at 14:03Hi,I am using SPI with DMA in STM32F427 for full duplex communication with another processor. My configuration for SPI and DMA is follows; SPI_InitTypeDef SPI_InitStructure; GPIO_InitTypeDef GPIO_I...