STM32F429 Communication with STM32F401 use SPI, the slave data shift.
board: STM32F429I-DISC1 NUCLEO-F401REI use SPI with DMA , but the MOSI will shift randomly.Connection of two boards.Master(STM32F429)void init_SPI1(void) { GPIO_InitTypeDef GPIO_InitStruct; SPI_InitTypeDef SPI_InitStruct; RCC_AHB1PeriphClockCmd(R...