FileX, DMA, disable or manage cache?
Hi
In the various filex with SDMMC examples the icache and dcache are enabled so when porting I did the same.
I noticed when attempting to use DMA SPI it was not working until I disabled these.
For the SD I then have to disable cache and cache management and as far as I can tell it works, if not then then the attempts to invalidate and clean the cache result in hardfault.
Is this a reasonable solution? Or should the cache be enabled and managed by invalidating the cache for the DMA SPI reads?
Thanks in advance
