Forum Discussion

Altera_Forum's avatar
Altera_Forum
Icon for Honored Contributor rankHonored Contributor
14 years ago

Leaving target processor paused

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

3 Replies

  • Altera_Forum's avatar
    Altera_Forum
    Icon for Honored Contributor rankHonored Contributor

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

    Also try Debug instead of Run
  • Altera_Forum's avatar
    Altera_Forum
    Icon for Honored Contributor rankHonored Contributor

    Check the reset signal

    What command are you using? I usually go with nios2-download -g -r file.elf
  • AAlas3's avatar
    AAlas3
    Icon for Occasional Contributor rankOccasional Contributor

    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.