Problems with SD card

25 Feb 2010

How can I check if the SD card initialization can work after importing the SD card code and the generic filesystem library into my complier?

Since I want to check if the SD card has been connected properly with the mbed.

25 Feb 2010

Just add a txt file to your SD card, then run a program to open the file on the SD card, if the file opens, then you have a working connection, if not it doesn't work.