Forum Discussion
chgm
New Contributor
5 years agoprintf() make the code work
Hi, all
I am in a trouble with printf(...). The problem is , when I insert the printf(...), my code runs correctly, when I ignore printf(...), it will fail.
The simple code runs in NIOS II, for...
Eliath_G_Intel
Occasional Contributor
5 years agoHi Chenguan,
Thanks for reaching us,
Regarding your issue, have you tried to do it with some extra but simple steps? what I mean with this is that if you have tried to
save the content you want to print, in a variable and then print this variable.
Please let me know if this solved it, so we can keep looking into the issue to see what could have been the root issue and solved it in a better way.
Thanks,
-Eliath Guzman
- chgm5 years ago
New Contributor
Hi, Eliath
Thanks for your response!
I have tried your suggestion, and that works.