FAT32 Filesystem

K

knight1fox3

Guest
I was wondering if anyone has or knows where I could view some sample VHDL code for the FAT32 filesystem. I am currently attempting to interface an IDE hard drive with an Altera UP2 board. However, I do not have any code pertaining to the FAT32 filesystem. Thanks!
 
"knight1fox3" <knight1fox3@hotmail.com> wrote in message news:<b6c404c666c699e999e1827dd389e464@localhost.talkaboutprogramming.com>...
I was wondering if anyone has or knows where I could view some sample VHDL code for the FAT32 filesystem. I am currently attempting to interface an IDE hard drive with an Altera UP2 board. However, I do not have any code pertaining to the FAT32 filesystem. Thanks!
This would probably be a first if you can find such code. File systems
are usually written in C, maybe some Asm to run in host cpu as part of
the OS driver level. If your FPGA has an embedded cpu then you can
program a Fat32 or any filesystem layer. The cpu though will talk to
the HD through IDE interface, you need docs on that HW interface which
could be built in VHDL. Perhaps opencores.org has an IDE interface.
Perhaps you could look at Linux sources to help out on the OS sources,
but its probably alot of code to plow through.

johnjaksonATusaDOTcom
 

Welcome to EDABoard.com

Sponsor

Back
Top