Forum Discussion
Altera_Forum
Honored Contributor
15 years agoProblems debugging simple program in NIOS II IDE
Hardware and software tools: NIOS II IDE 10.1 ("Legacy") Quartus II 10.1 Device:Arria II GX - EP2AGX260FF35I5N I am using software tools and hardware as described and a custom board.When ...
Altera_Forum
Honored Contributor
15 years agoCheck these:
- make sure you configured the fpga before starting Nios debugger - if you don't have a permanent Mios licence you must keep the USB blaster connected (don't close the warning window when fpga configuration ends) - check project and debugger properties: stdout must be set to redirect to jtag_uart module - in debugger properties the download and reset mode must be set to "Download program in RAM" and not to "Attach to existing program on target", nor "Reset target and execute..." - verify that when you start debug the code is actually downloaded: there should be a message in the console: download xxx kB... verify ...