SD-Card not working with STM32H7B3I-DK when D-Cache is enabled
I'm trying to use the SD-Card on the STM32H7B3I-DK with FatFS, but the transfers from the card do not work if the D-Cache is enabled.
There are a number of other posts that report similar with this one looking most similar (and has a solution).
I have enabled cache management and the scratch buffer:
#define ENABLE_SD_DMA_CACHE_MAINTENANCE 1
#define ENABLE_SCRATCH_BUFFER
However, the card still does not work if I enable the D-Cache.
What else do I need to look at?
