Resolved! H743zit6, Abnormal data reception using SPIDMA mode?
All data received in normal mode is 0, but some correct data can be received in debug mode? cubemx configurations are as follows:Part of the code is as follows:uint8_t pData[128] = {0x00}; HAL_SPI_Receive_DMA(&hspi1,pData,128); while(HAL_SPI_GetStat...