Altera_Forum
Honored Contributor
16 years agoNios not responds, then FAILs, then pauses
intro: I am trying to instantiate a Nios II system on a Stratix I FPGA. The Nios takes in as input a clk and a reset signal, and outputs various signals through PIO. I am using on-chip memory to store my code for the Nios, because I don't have access to external memory. I also have a sys_clk_timer and sysid in my SOPC configuration.
problem: When I try to run my software program (or the Hello World! program) I get the following message:
Using cable "USB-Blaster ", device 1, instance 0x00
Pausing target processor: not responding.
Resetting and trying again: FAILED
Leaving target processor paused
Anybody know what can cause this. My design worked prior to using a Nios (the Nios will make my development much easier), so I am assuming my pin assignments are correct. Does the reset to the Nios have to be a certain way. Currently I have a counter that waits until 0xC, bring reset high, then waits until 0xF, and brings reset low. I did this just in case the Nios needs to be reset. Please give me suggestions! All I need my Nios to do is to communicate with the User though RS-232 and send I/O back to my HDL design. Thanks! -Ben