SparkFun Forums 

Where electronics enthusiasts find answers.

Everything ARM and LPC
By seulater
#29933
ok, so Olimex sells quite a few kits with the SD/MMC socket, but i am unable to find any software to support it.

Does anyone know of some good source for supporting FAT16 or FAT32 ?
By troy
#29935
http://efsl.be/ is one option for FAT support. You still need code to talk to the SD card.
By dshuman
#29945
seulater wrote:ok, so Olimex sells quite a few kits with the SD/MMC socket, but i am unable to find any software to support it.

Does anyone know of some good source for supporting FAT16 or FAT32 ?
Here is a reference for a simple FAT16 only filesystem that only supports 8.3 filenames, but it is relatively simple.

http://openhardware.net/Embedded_ARM/RDCF2/

--Dave
By NleahciM
#30789
troy wrote:http://efsl.be/ is one option for FAT support. You still need code to talk to the SD card.
Code for Atmel and NXP ARMs is included with EFSL. And even still - writing the SD access routines is not particularly difficult.