Forum Discussion
Altera_Forum
Honored Contributor
20 years agoFAT on Compact Flash
Hello, I just found how to implement FAT file System on my Compact Flash without any OS, on the 1C20 Evaluation Kit and I think anybody is interresed by this subject. Sorry for my en...
Altera_Forum
Honored Contributor
19 years agoI found that DOSFS was really slow. I am trying to get this working:
http://elm-chan.org/fsw/ff/00index_e.html (http://elm-chan.org/fsw/ff/00index_e.html) which supports all of the FATs. I think it would be faster because of how it is written. The hooks to make it work are similar in nature. However I am having problems reading sector 0 right now to get the FAT descriptor... this problem has nothing to do with the FAT file system reading code. Let me know how it goes. Thanks, Chris F.