Question
SD Card remove and reinsert
fresult1 = f_mount(&myFATAFS, SDPath, 1)
while(FR_OK != fresult1){If I remove and reinsert the SD card the f_mount return FR_DISK_ERR instead FR_OK.
If I restart the project all is OK.
I have the SD_CARD present pin, what can i do when the card is disconnect and i insert it.
