Posted on May 17, 2011 at 13:07I want to receive 48bit blocks of data using the STM32 as a SPI slave. The following code works fine: (SPI2_DR_Address=SPI data register,SPI_RxBuffer_size=6 [...] DMA_InitStructure.DMA_PeripheralBaseAddr = (u32)SPI2_DR...