"FR_NOT_ENABLED:卷中无工作区", /* (12) The volume has no work area */ "FR_NO_FILESYSTEM:没有有效的FAT卷", /* (13) There is no valid FAT volume */ "FR_MKFS_ABORTED:由于参数错误f_mkfs()被终止", /* (14) The f_mkfs() aborted due to any parameter error */ "FR_TIMEOUT:...
if(f_mount(&SDFatFs, (TCHAR const*)SDPath, 0) != FR_OK) { /* FatFs Initialization Error */ Error_Handler(); } else { /*##-4- Create and Open a new text file object with write access ###*/ if(f_open(&MyFile, "STM32.TXT", FA_CREATE_ALWAYS | FA_WRITE) != FR_OK) {...
if(f_mount(&SDFatFs, (TCHAR const*)SDPath, 0) != FR_OK) { /* FatFs Initialization Error */ Error_Handler(); } else { /*##-4- Create and Open a new text file object with write access ###*/ if(f_open(&MyFile, "STM32.TXT", FA_CREATE_ALWAYS | FA_WRITE) != FR_OK) {...