Email: Password: Remember Me | Create Account (Free)

Back to Subject List

Old thread has been locked -- no new posts accepted in this thread
???
05/05/08 06:27
Read: times


 
#154406 - the absolute minimum implementation...
Responding to: ???'s previous message
... of a READ ONLY FATwhatever does not need a whole-sector buffer, and might fit within a kilobyte or two of code, so it MIGHT fit into a low-end '51 (I had such a FAT12/FAT16 implementation within an AT89C55, FAT32 is no different in this regard).

The gotcha is, it's a painfully slow approach.

However, there are ways how to use a FAT-formatted disk and NOT have to use a true filesystem. The most often used one is to put a fixed size file on a fixed position (e.g. the first one after having freshly formatted a disk or a card).

JW


List of 4 messages in thread
TopicAuthorDate
FAT32 for 8051            01/01/70 00:00      
   FAT Anything is            01/01/70 00:00      
      the absolute minimum implementation...            01/01/70 00:00      
   ELM?            01/01/70 00:00      

Back to Subject List