Important changes to forums and questions
All forums and questions are now archived. To start a new conversation or read the latest updates go to forums.mbed.com.
All forums and questions are now archived. To start a new conversation or read the latest updates go to forums.mbed.com.
I'm developing a data logger system using a SDHC Card and the lpc11u24. I'm using the SDHCFileSystem library. I am trying to format the card using sd.format(), so I don't have to pull the SD card out of my system. So far I'm having no luck. The processor just freezes and corrupts the SD card. Also I am able to use remove(filename) to remove files from my SD card, but I'd also like to be able to delete directories as well. Is there any implementation of a rmdir or a remove(directory) function that I can call to do this. Any help would be greatly appreciated.