FatFS and D-Cache not working together
Issue with FatFs and D-Cache on STM32 (CubeMX Library)
I'm having issues using FatFs with D-Cache enabled on an STM32. After searching, I found several posts reporting similar problems, but I haven't seen a clear solution.
I’m using the FatFs library that comes with CubeMX, and my goal is to write to a microSD card.
The question is:
Is there a proper solution to make FatFs work with D-Cache enabled?
If not, is there an alternative library that does work with D-Cache?
Any insights or recommendations would be greatly appreciated.
