STM32 : FatFs Library - f_mount
问题 I am programming the STM32F0 (Keil uVision 5). I've tried to use FatFs library to manage a file system (SD card). I've writen every initialization functions and the project is compiling without any errors / warnings. But first function f_mount doesn't work properly. The function call is: const char sciezka = '0' ; FATFS *fs = (void *) 0; fresult= f_mount (fs, &sciezka, 1); Function doesn't even reach the line with disk_initialize. And I get fresult "FR_NOT_ENABLED" (f_mount -> find_volume : :