Resolved! SPI Master receive DMA always go to HAL_SPI_ErrorCallback() on STM32F407-disco
I am struggling on SPI Master receive on STM32F407-disco board.I plan to interface to the microphone using SPI2 master receive.I setup the DMA but I always get to HAL_SPI_ErrorCallback().I setup the same setup using Nucleo-G474 but it can go to HAL_S...