Altera_Forum
Honored Contributor
13 years agoPausing target processor and other problems
I have problems with Nios programming. I'm developing an audio voice recorder with DE2 board.
I use Quartus II Subscription Edition 9.0 and Nios II 9.0 EDS. First I programmed the Quartus .sof file to the device, a dialog "Open Core Plus IP" appeared. I did not click Cancel, I just let the dialog be there, as it has been advised in earlier posts in this forum. Then launched Nios IDE which contains the project that I succesfully built. When I try to run the program as Nios Hardware, I get a message Using cable "USB-Blaster [USB-0]", device 1, instance 0x00. Pausing target processor: not responding. Resetting and trying again: FAILED. Leaving target processor paused. I have checked pin assignments and they're ok. Also unused pins are set "As input tri-stated." My Nios system has audio codec controller component (copied from Chu Pong P.'s book), SDRAM, buttons, switches, and a LCD controller. Also CPU and JTAG-UART, sysid and 50 MHz clock are included. Outside the Nios system I have put the ALTPLL megafunction and assigned its inputs and outputs to appropriate locations according to tutorials. I tried the Hello World and it gave the same error message. Then I tried Hello World Small, it gave another error message which was something about missing debug core: "The ptf file describing this project indicates that the target processor does not contain a debug core. nios2-download requires a debug core to access the target processor. Please use SOPC builder to add a debug core to your processor and then try again (or use a different example design)."