Forum Discussion
Altera_Forum
Honored Contributor
11 years agousing open() C command in the Nios II
Hi, can we used open() and printf() C commands to save stream of data in the Nios II? when I used fp=open() Command, it send Null to fp pointer.How can I store my integer data? Thanks
Altera_Forum
Honored Contributor
11 years agoThanks Peter. I want to store up to 4-byte data per 1ms (or 32000bps). I think that i will not experience data loss. now my problem is Error by opening a file by command fopen(). But we can able to use New lib C Commands (fopen()) according to Nios II Software Developer’s Handbook. what is my mistake?