Forum Discussion
Altera_Forum
Honored Contributor
20 years agoNios fopen
Hi all, I was trying to use (fopen) & (fclose) to dump data to PC in Nios IDE. The file was never created. >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> FILE *Fp; Fp = fopen("/dev/ext_...
Altera_Forum
Honored Contributor
16 years agoYou can't open a file on the PC from the Nios application. You either need to dump your data through the JTAG UART and copy/paste it on the PC, or create your own protocol.