On Tuesday 20 September 2005 03:39, Chris wrote: > What alternatives are there for a flash file system for the LPCxxxx? It depends on what you want to do..... If you only need to store small amounts of data (or even large amounts with a simple append or save-over policy) then a full-blown file system is overkill. If you need to share the media (eg. CF or SD) with a PC, then you'll probably want FAT. FAT is, however, rather unreliable. Log structured file systems designed for flash (eg. JFFS2 or YAFFS) are far more reliable. #disclaimer. I wrote YAFFS and have been kicked in the ***** by FAT too many times.
Message
Re: [lpc2000] Flash File System?
2005-09-20 by Charles Manning