Resolved! f_open returns FR_OK but doesn't create a file
I'm simply trying to do:res = f_open(&fil, "file.txt", FA_CREATE_ALWAYS | FA_WRITE);but nothing is created despite the return message. Could it be my SD card? I'm able to read from it in 4B mode.Any suggestions would be gratefully received.