> have the time in my schedule to develop this library. I am curious on how > other developers are approaching this task of mass storage in their designs. Faced with the same problem, on three occasions (for different employers) I have implemented my own FAT12/16/32 filesystem. No LFNs, though. Implementing FAT16 by itself, assuming you're familiar with the concepts, is about three to four days of work plus about another two debugging. Adding FAT12 and FAT32 are about a day and a half each. -- Lewin A.R.W. Edwards (http://www.zws.com/) Learn how to develop high-end embedded systems on a tight budget! http://www.amazon.com/exec/obidos/ASIN/0750676094/zws-20
Message
RE: [lpc2000] SD, MMC, CF, and hard disk on one chip
2004-07-27 by Lewin A.R.W. Edwards