FATFS on SD card have some error when D-cache is enabled
All my code works on RTOS.
When I enable D-Cache,fs_mount() from FATFS on SD card returns FR_NO_FILESYSTEM,SD card can not work.
When I disable D-Cache, fs_mount() returns FR_OK, SD card can write and read.
But at the same time , i need to use Ethernet on my device . When I close D-Cache, my Ethernet can not work.
How can I resolve these two conflicting issues?
