We are running a survey to help us improve the experience for all of our members. If you see the survey appear, please take the time to tell us about your experience if you can.
Hello,
I try to format an SD_CARD with the LPC2368 and RL-ARM 3.40 with :
fformat ("M:SD_CARD /FAT32");
It doesn't work and I don't understand why.
Somebody can help me ?
Thanks
Hi,
can you try using SD_File example for the microcontroller that you are using and try in command line "format SD_CARD /FAT32" and see if that works? Did you make any changes to the code?