Forum Discussion
Altera_Forum
Honored Contributor
15 years agoprintf does not display in the console
Hi All, I am trying to get the cycloneiii_3c25_start_niosii_standard reference design files to run on the cyclone iii starter kit. The problem that i have is that once the Nios ii project ...
Altera_Forum
Honored Contributor
15 years agoGo to Run menu and select Debug...
Select your target hardware on the left Select the Debugger tag in the right pane Usually the option "Break at main()" is selected by default; select "Break at alt_main()", too. Start Debug: processor should halt at the very beginning of alt_main() Step inside the function: probably code hags somewhere during system initialization