Forum Discussion
Altera_Forum
Honored Contributor
20 years agoIt sounds as though the processor is running fine, but there is something else wrong.
Please can you confirm that, with the Nios II/s processor, you can tell the IDE to stop at alt_main and it works. If so then please try stepping through alt_main to find out where it goes wrong. You can step over most of the functions, but please ensure you step INTO alt_sys_init() and main(). Do you get as far as main? [Note that if you're debugging optimised code you may want to debug in assembler mode]