FatFs f_mkdir() fails always when not in Debug mode
I'm using FatFs on an STM32F722 with Cube V1.12. FatFs works well: I can mount, open, read, write, rename, stat, and unlink data.But f_mkdir() fails every single time, unless I'm running in debug mode. It's exactly the same code with f_mkdir(). Th...