STM32F105RC,使用FATFS 0.12正常。尝试将FATFS换成0.12C,每到 f_mount()时卡死,跟踪调试时,运行到 ff.c文件中 res = find_volume(&path, &fs, 0); /* Force mounted the volume */,停止不前了。卡在这里了。
再往下一步跟踪,死在这里:fmt = check_fs(fs, bsect); /* Load sector 0 and check if it is an FAT-VBR as SFD */