How is FAT file system working on the Flash memory?

Status
Not open for further replies.

ctsai23

Junior Member level 3
Joined
Jul 29, 2002
Messages
31
Helped
0
Reputation
0
Reaction score
0
Trophy points
1,286
Activity points
97
File System on Flash

I am doing a project similar to a Pen Driver (USB with Flash memory). I am wondering how is FAT file system is store on the Flash memory?
Are there any documents that i can look at?
Are there any source codes?
 

Good starting point, but source code is not free.

µC/FS is a FAT file system which can be used on any media, for which you can provide basic hardware access functions. µC/FS is a high performance library that has been optimized for speed, versatility and memory footprint.

hxxp://www.ucos-ii.com/
 

Re: File System on Flash

try it
hxxp://home.t-online.de/home/holger.klabunde/avr/avrboard.htm
 

The file system on flash is similar to the FAT32 on PC, because the disk size is smaller than pc, it may use FAT14(or 16)
 

Status
Not open for further replies.
Cookies are required to use this site. You must accept them to continue using the site. Learn more…