FR_INVALID_OBJECT,/* (9) The file/directory object is invalid */ FR_WRITE_PROTECTED,/* (10) The physical drive is write protected */ FR_INVALID_DRIVE,/* (11) The logical drive number is invalid */ FR_NOT_ENABLED,/* (12) The volume has no work area */ FR_NO_FILESYSTEM,/* (...
FR_INT_ERR, /* (2) Assertion failed */ FR_NOT_READY, /* (3) The physical drive cannot work */ FR_NO_FILE, /* (4) Could not find the file */ FR_NO_PATH, /* (5) Could not find the path */ FR_INVALID_NAME, /* (6) The path name format is invalid */ FR_DENIED, /*...
"FR_INVALID_OBJECT:文件或者目录对象无效", /* (9) The file/directory object is invalid */ "FR_WRITE_PROTECTED:物理驱动被写保护", /* (10) The physical drive is write protected */ "FR_INVALID_DRIVE:逻辑驱动号无效", /* (11) The logical drive number is invalid */ ...
FATFS fs; // Work area (file system object) for logical drive FIL fsrc, fdst; // fil...
printf("!!拒绝访问。\r\n");break;caseFR_INVALID_OBJECT: printf("!!无效的文件或路径。\r\n");break;caseFR_WRITE_PROTECTED: printf("!!逻辑设备写保护�?�\r\n");break;caseFR_INVALID_DRIVE: printf("!!无效的�?�辑设备。\r\n");break;caseFR_NOT_ENABLED: ...
"FR_INVALID_DRIVE:逻辑驱动号无效", /* (11) The logical drive number is invalid */ "FR_NOT_ENABLED:卷中无工作区", /* (12) The volumehas no work area */ "FR_NO_FILESYSTEM:没有有效的FAT卷", /* (13) There is no valid FAT volume */ ...
FR_WRITE_PROTECTED,/* (10) The physical drive is write protected */ FR_INVALID_DRIVE,/* (11) The logical drive number is invalid */ FR_NOT_ENABLED,/* (12) The volume has no work area */ FR_NO_FILESYSTEM,/* (13) There is no valid FAT volume */ FR_MKFS_ABORTED,/...
s)* @param pdrv: Physical drive number (0..)* @param *buff: Data to be written ...
23、ccess */"FR_INVALID_OBJEC攻件或者目录对象无效",/* (9) The objectis invalid */"FR_WRITE_PROTECT:ED理驱动被写保护",/* (10) Thephysical drive is write protected */"FR_INVALID_DRIV匿辑驱动号无效",/* (11) The logicaldrive number is invalid */"FR_NOT_ENABLED卷中无工作区",/* (...
FR_NOT_READY, /* (3) The physical drive cannot work */ FR_NO_FILE, /* (4) Could not find the file */ FR_NO_PATH, /* (5) Could not find the path */ FR_INVALID_NAME, /* (6) The path name format is invalid */ FR_DENIED, /* (7) Access denied due to prohibited access...