Altera_Forum
Honored Contributor
9 years agoAltera Monitor Program resetting and pausing target processor: FAILED
I have a design for a simple NIOS II processor on the DE1-SoC board that assigns the value on the switches to the LEDs (standard hello world) but this design integrates the SDRAM on the board into it as per this tutorial using the sdram on altera’sde1 board with verilog designs.
I have ensured that the reset and exception vectors and interconnects are as per the tutorial, however when I attempt to load the current configuration and start the debug session i get the following error:
Using cable "DE-SoC ", device 1, instance 0x00
Resetting and pausing target processor: FAILED
Leaving target processor paused
I guess the SDRAM is causing some problem when the processor tries to come out of reset, but I can't work out how... Does anyone have any suggestions?