[H753 + FatFS + FreeRTOS] How to debug a hard to reproduce FS_DISK_ERROR?
I'm currently porting a project from bare metal to FreeRTOS, I'm using SDIO 4bit bus as interface with an SD Card, the FatFS configuration is mostly the default one, I've only enabled the f_chdir function. Cache is not enabled.I'm using the default t...