Programmable Devices
CPLDs, FPGAs, SoC FPGAs, Configuration, and Transceivers
20705 Discussions

Leaving target processor paused

Altera_Forum
Honored Contributor II
1,919 Views

I tried to run hello_world project in Nios II, and I got this message. Can anyone help me solve this?  

 

Using cable "USB-Blaster ", device 1, instance 0x00 Processor is already paused Reading System ID at address 0x000000B8: verified Initializing CPU cache (if present) OK Downloading 00200060 ( 0%) Downloaded 4KB in 0.0s Verifying 00200060 ( 0%) Verified OK Leaving target processor paused
0 Kudos
3 Replies
Altera_Forum
Honored Contributor II
857 Views

Check if Nios reset and exception vectors are placed in a valid memory area. 

Also try Debug instead of Run
0 Kudos
Altera_Forum
Honored Contributor II
857 Views

Check the reset signal 

What command are you using? I usually go with nios2-download -g -r file.elf
0 Kudos
AAlas3
New Contributor I
857 Views

Check if JTAG UART core is included in Qsys design, if everything is in there try to rebuild the system from scratch (delete the whole project file and build it again), I faced the same problem and tried to rebuild the system again from scratch and it worked.

0 Kudos
Reply