最近在将FATFS代码移植到STM32F103RCT6时,f_mount返回值总是不为0(有时候是1 /* (1) A hard error occurred in the low level disk I/O layer */,有时候是3 /* (3) The physical drive cannot work */,有时候是13 /* (13) There is no valid FAT volume */);TF卡我也重新格式化过了,还是不行;但是执行后面的初始化能成功且读取容量也是正确的,是什么原因啊?