Forum Discussion
Altera_Forum
Honored Contributor
15 years agoYou will need to find a USB protocol stack - these are usualy large and complicated beasts!
Once you've got that you'll be able to do sector read/write and then the FAT filesystem is trivial. I've not done an SD card driver, but I suspect it is a simple (well relatively simple) interface rather like the ATA disk one - so suitable for a simple PIO + interrupt driver.