This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

Could not stop ARM device?

I am using ULINK to debug the LPC2132 board. They work well for some days. But now a problem appeared. Everytime I want to download code to FLASH, always get"Could not stop ARM device, please check your JTAG cable?" But JTAG can be detect on Option for device. I do not know what is wrong? Thanks in advance for any idea.

Parents
  • I get the same error using the Keil Eval board for ST ARM9. It started when I changed the BBADR and NBBADR in the STR91x.s startup file. However after I changed them back, the error was still there.

    As suggested by other users (for ARM7) I lowered the Max JTAG Clock to the minimum 5kHz and selected Use Reset at Startup. A reboot did not help either.

    The JTAG is getting 3V and there is activity on all JTAG pins when attempting to Download to Flash.

    I don't think this is a problem with regards to enabling/disabling the JTAG as there is activity on those pins.

    Does anyone have any insight?

    Thanks,
    KK

Reply
  • I get the same error using the Keil Eval board for ST ARM9. It started when I changed the BBADR and NBBADR in the STR91x.s startup file. However after I changed them back, the error was still there.

    As suggested by other users (for ARM7) I lowered the Max JTAG Clock to the minimum 5kHz and selected Use Reset at Startup. A reboot did not help either.

    The JTAG is getting 3V and there is activity on all JTAG pins when attempting to Download to Flash.

    I don't think this is a problem with regards to enabling/disabling the JTAG as there is activity on those pins.

    Does anyone have any insight?

    Thanks,
    KK

Children