Olimex kits with SD/MMC

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 ?

http://efsl.be/ is one option for FAT support. You still need code to talk to the SD card.

seulater:
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

Check out this MP3/AAC player based on the Olimex SAM7-P256 board:

http://www.mikrocontroller.net/articles … AAC_Player

It uses the CHaN FAT16 filesystem (http://elm-chan.org/fsw/ff/00index_e.html) – a fairly simple implementation.

A SD card library is provided, properly abstracted as “disk I/O” access for the FATFS code.

Regards,

Pete

Just as an FYI i also found this company who makes a really good FAT implementation.

http://www.hcc-embedded.com/site.php?mid=60

troy:
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.