Forum Discussion
Altera_Forum
Honored Contributor
15 years agoNIOS II C language about SDRAM IOWR & IORD function and fopen & fclose
Hi, I'm new about Quartus II & NIOS II. I made hardware part using sopc builder (nios II cpu, sdram, on-chip mem, jtag, sysid, and so on) and composed c source code for software part. I...
Altera_Forum
Honored Contributor
15 years ago --- Quote Start --- > fp = fopen("C:\test1.txt", "w"); if you know where is "c:\" on your board? when you just create CPU(NiosII) you don't have file-system you need to create file-system as well.( Linux, uC-OSII or by yourself). --- Quote End --- Hi again! Do you know how can I get from SDRAM data to my hard driver? My goal is to have binary data of txt file form... Thanks for your continuous concern.