cancel
Showing results for 
Search instead for 
Did you mean: 

JTAG hardware (2)

ezanen9
Associate II
Posted on November 22, 2005 at 04:19

JTAG hardware (2)

4 REPLIES 4
ezanen9
Associate II
Posted on September 19, 2005 at 12:06

Hello all, I have my own hardware now and I am tring to download a program to the flash memory. In my program(Keil IDE+compiler for ARM) I can see the ID of my ARM microcontroller via the JTAG port. So, there is a link from my IDE to the hardware.

However, when I try to download a simple program to the flash memory I receive the following message on my computer screen:

''Couldn't stop ARM device! Please check the JTAG cable.''

And the download is cancelled with the warning: ''Target DLL has been cancelled, Debugger aborted''

I am now looking in hardware to find any errors, but till now I find nothing.

Some any idea where I should look?

Thanks,

Jimmey

hanky
Associate II
Posted on September 19, 2005 at 12:41

Hello Jimmey,

Are you using Keil ULINK as USB-JTAG adapter? There may be a problem in adapter HW. I've managed to program my own board with ULINK by a combination of reseting the target, unplugging the ULINK and restarting the uVision software. If you can, change the adapter.

Regards,

Hanky

ppuffler
Associate II
Posted on November 02, 2005 at 08:44

Hi Jimmey,

could you manage your problem? I am fighting with the same issue.

How did you solve this?

Paul

ezanen9
Associate II
Posted on November 07, 2005 at 04:02

Hi,

I was using the wrong reset controller(active low reset instead of active high). Because of this the JTAG device could not pull the Reset line of the microcontroller to VCC.

You should check if the reset line is logic ''high'', if so than the JTAG should be able to program or run programs.

Regards,

Jimmey