Which tool is good at debugging and programming speed?

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Which tool is good at debugging and programming speed?

1,100 Views
BasePointer
Contributor II

IAR J-Link Lite

Keil Ulink 2

OSJTAG

 

Can you compare?

 

Thanks.

 

 

 

0 Kudos
4 Replies

823 Views
mjbcswitzerland
Specialist V

Hi

 

All work well. The U-Link is the fastest (the J-Link Lite is not as fast as the J-Link full version which is equivalent to the U-Link). However, the U-Link has a potential problem that it is only really supported by Keil (it is not supported by other IDEs that I know). The JLink is more universal since it is supported by everyone.

 

OSJTAG is probably the slowest but still useable - it is based on a small processor rather than an ASIC which the more powerful ones will use.

 

For low budgets the Olimex ARM-USB-TINY can be looked at too.

 

Regards

 

Mark

 

0 Kudos

823 Views
BasePointer
Contributor II

Thanks Mark, I think I will go for IAR J-Link Lite.

0 Kudos

823 Views
RobertSignum
Contributor I

Hi,

 

I've posted measurements below into other topic, but it is more appropriate here.

 

As far as JTAG emulation speed I've measured the following using JTAGjet emulator on Kinetis K60 board.

Chameleon debugger was used to measure it, but similar performance may be achieved using drivers for other debuggers.

 

10MHz JTAG speed (default):

 

Write to ram :           522Kbytes/sec

Steps/second:          39

Flashing 512KB:      5.2sec (includes erasing)

 

30MHz JTAG speed:

 

Write to ram :           892Kbytes/sec

Steps/second:          47

Flashing 512KB:      4.8sec (includes erasing)

 

In addition to support for Cortex-M4, all iMX ARM-based processors are supported.

 

See here for list of supported CPUs:

 

www.signum.com/freescale.htm

 

Regards,

Robert

0 Kudos

823 Views
BasePointer
Contributor II

This is very nice but little expensive for me :smileyhappy:

 

Thank you.

0 Kudos