Question
f_mount always returning FR_NO_FILESYSTEM
Posted on July 12, 2018 at 11:39
I am using system workbench (eclipse) as IDE and cubemx to provide setup code for both SDIO(1 bit mode) and FATFS middleware. I am using a STMF407VE and have double checked the SD adapter has correct pin-out.
FATFS myfats;
if(f_mount(&myfats, SDPath, 1)== FR_OK){
returns false
and
FATFS myfats;
if(f_mount(&myfats, SDPath, 1)== FR_NO_FILESYSTEM){
always returns true
