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...