Forum Discussion
Altera_Forum
Honored Contributor
12 years agoProblem with Printf
I ve written a simple C-program running on Nios with output on JTAG-Uart Console. Why if the surce code is int m; m=9; printf("%d",m); everthing works perfectly while if the so...
Altera_Forum
Honored Contributor
12 years agomoreover
please note that this strange behaviour occours using Nios II(e), while using Nios II(s) everithing works well.