Forum Discussion
Altera_Forum
Honored Contributor
16 years agoStrange printf problem...
Hello! I just started with the development of my first NIOS II software. Now I want to send messages to the console by using a jtag_uart und printf. But I have the following problem: The print...
Altera_Forum
Honored Contributor
16 years agoIt's likely that you're using the interrupt driven driver for jtag_uart stdout and just exiting from main() before it has a chance to display the characters. Insert a while(1) at the end of your main() function and see if that makes a difference.
Cheers, - slacker