Forum Discussion
Altera_Forum
Honored Contributor
20 years agoHow to use Compact Flash Card for NiosII
Hi,All. I can add the compact flash card into sopc, but I do not know how to read from/write to compact flash card by softwere program. Used:NiosII cyclone borad. Could anybody tell m...
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.