Anyone have a working sdcard(FATFS) with DMA on the stm32f7?
Hey!
I used HAL and I've tried to get the DMA going, although It doesn't seem to work and I'm not sure where the bug is at this point, I've realized that when I replace BSP_SD_WriteBlocks_DMA with the standard BSP_SD_WriteBlocks in sd_diskio.c the sdcard works fine, so I know the error has to be somewhere in the function but I can't track it down.
I've looked for templates or examples using FATFS and DMA for the stm32f7 but I couldn't find any so Just want to see if anyone has encountered this and has any solutions?
Thanks in advance!