Nios® V/II Embedded Design Suite (EDS)
Support for Embedded Development Tools, Processors (SoCs and Nios® V/II processor), Embedded Development Suites (EDSs), Boot and Configuration, Operating Systems, C and C++
Announcements
FPGA community forums and blogs on community.intel.com are migrating to the new Altera Community and are read-only. For urgent support needs during this transition, please visit the FPGA Design Resources page or contact an Altera Authorized Distributor.
12748 Discussions

Pausing target processor: not responding.????

Altera_Forum
Honored Contributor II
1,274 Views

hello,i have designed a cy12 nois board by myself,and i download the configuration file .sof to fpga is ok,but when i run a simple program in IDE the following message are: 

Using cable "ByteBlasterII [LPT1]", device 1, instance 0x00 

Pausing target processor: not responding. 

Resetting and trying again: FAILED 

Leaving target processor paused 

i am sure both the pin assignment and the program are right, and the board 3.3v and 1.5v is ok too,can everyone can help me? thank you!
0 Kudos
2 Replies
Altera_Forum
Honored Contributor II
558 Views

If your design is complex (i.e. not a minimal system) then I would reduce it (especially any offchip memory/peripheral connections). Here's what I recommend: 

 

Nios II 's' core (with a level 1 OCI core) 

8kB of onchip memory 

sysid peripheral 

jtag uart 

 

Then try running the hello world small software template on it. If that works then start adding offchip devices one by one to figure out which one is breaking your design. If the idea above doesn't work then I would dump an even simplier design in (like an AND gate) to see if that even works. If a dirt simple non-jtag communication design (no OCI, JTAG UART, or SignalTap II) works then I would start looking at your JTAG signals on the PCB for noise. 

 

I hope that helps.
0 Kudos
Altera_Forum
Honored Contributor II
558 Views

yes i did the simpest design ,the problem is the same,i think it maybe the noise problem,i am doing the second board ,thank you!

0 Kudos
Reply