2021-12-16 10:58 AM
I am stuggling with following task:
My system is running with SDCard perfectly when either SD card is inserted or not at power on. So file system is working if card is present at power on.
It also detects when the card is extracted while system is running and unmounts the file system.
Now I thought it would be nice to reinstall the file handling if I reinsert the card again.
But BSP_SD_Init (in bsp_driver_sd) returns 1 (Error).
Is anybody out there, who did this before and can help? What has to be done to properly deinstall the SD card handlers when the card is extracted?
Any help is very much appreciated!
Best regards
GS
Solved! Go to Solution.
2021-12-21 01:29 AM
Ok, it is working now. I do not switch off Power after the card has been extracted. Then it worked.
2021-12-21 01:29 AM
Ok, it is working now. I do not switch off Power after the card has been extracted. Then it worked.