H743ZI2 SDMMC with DMA (MDMA)
Hi, I've been trying to use SDMMC1 on the h743ZI2 nucleo board but can't get it to work with (M)DMA (it works without DMA with straight HAL code) as I always get HAL_SD_ERROR_TX_UNDERRUN when trying to format the card.
I have copied the rtos threads from FatFs_uSD_DMA_RTOS however I have used CubeMX to generate the project. the BSP is calling HAL_SD_WriteBlocks_DMA and instead of a transfer complete call-back I get an error one instead.
Have tried various clock speed combinations and Hardware flow control.
I suspect something is not quite right with the DMA initialisation.
Thanks, Oliver
