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 all. Mr. Peter i want to log data using Jtag UART. if it is not possible (I can not open a file and write to it), i should fix my UART port.Have you an idea?