Forum Discussion
Altera_Forum
Honored Contributor
19 years agoPrintf not displaying characters
I have a problem with the printf function, # include <stdio.h> int main() { printf("Hello from Nios II!\n"); return 0; } that is the simple program that i tried to run, ho...
Altera_Forum
Honored Contributor
19 years agoTry debugging your code. You might have some sort of device/component initialization issue that is causing your code to get stuck prior to even entering main() or you might, inadvertently, be causing some sort of spurious interrupt issue.
At the very least, debugging your code will tell you more about your problem... Cheers, - slacker