This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

FAT protocol and SD Card Libraries

Hi!

I'm starting to implement FAT16-32 protocol on a SD Card (C2000 MCU). Could you send me some good advice about the best libraries to use?!

I know this libraries:
http://sourceforge.net/projects/efsl/                (all in one for that I have to do)

http://www.larwe.com/zws/products/dosfs/    (FAT Lib to merge with SDCard Lib)
FatFs: http://elm-chan.org/fsw/ff/00index_e.html      (FAT Lib to merge with SDCard Lib)

F.Faust: http://alumni.cs.ucr.edu/~amitra/sdcard/        (SDCard Lib to merge with FAT Lib)

do you know best libraries than mine?
TI does SD libraries?

Alex.