Sagaert Johan wrote: > Hi > > - does the efsl fat library work with SD and MMC or only with SD cards ? > - has anyone ported this to keil ? > - are there other good alternatives for a SD/MMC fat library (small > footprint in terms of RAM use ) Make sure to also check out the work done by Tom Walsh to port RDCF2 to the LPC2xxx microcontroller. I have not actually used it yet. See http://openhardware.net/ under Embedded stuff / Philips LPC2000 An advantage is that this FAT implementation works together with newlib, so you can just use standard C functions like fopen, fread (etc) to access the filesystem on the memory card. A disadvantage (as far as I know) is that it only supports FAT16. Regards, Bertrik
Message
Re: [lpc2000] efsl FAT lib on Keil
2006-03-24 by Bertrik Sikken
Attachments
- No local attachments were found for this message.