f_getfree API returns FR_INVALID_DRIVE error
Posted on March 15, 2018 at 10:31Hi clive,I am using a 32 GB SD card,My code by using the API f_getfree() is as follows:if (f_mount(&myFATAFS, SDPath, 1) == FR_OK) {HAL_GPIO_TogglePin(GPIOD, GPIO_PIN_12);f_getfree('1:', &Free_clust, &myFATAFS);tot_s...