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 printf works exactly once. This means I get the first message on the console correctly but the following printf's not. Furthermore I noticed that all printf's work if I use the debugger and step over the functions. But a simple 'Run' doesn't work. An 'Interval Timer' is included in the BSP. I use the NIOS II IDE 9.1. Can anyone help me? Thanks.