MDMA Config on STM32H7 with FatFS and FreeRTOS
I use a STMH743ZI Nucleo board with an SD card (SDMMC1 peripheral). The SDMMC peripheral and SD Card initialization are successful, as FatFS init too (FATFS_LinkDriver). The problem comes when the FatFS lib wants to mount the SD Card. After configuring everything (command, DMA etc. in HAL_SD_ReadBlocks_DMA function) I get a SDMMC_IT_RXOVERR error in the HAL_SD_IRQHandler function. As the STM32H743 Reference Manual stated: "An IDMA transfer error can occur: When reading or writing a reserved address space."
The AN5200 alse refers the neccessity of the MDMA configuring but there is no information about how.
The example codes for STM32H743 EVAL board don't contain any source code for this.
What is the correct solution? How can I configure this?
