Forum Discussion
Altera_Forum
Honored Contributor
19 years agoYou should try the hardware using the example code that comes with it. Once that is working you can implement the FAT file system in the HAL using a free FAT file system layer for microcontrollers such as FATFS (ELM Chan) or DOSFS. Both are free and available by looking around google. FATFS is faster...
You should also search around the niosforum a bit too... this question has been asked many many times.