From: CeDeROM <tom...@gm...> - 2010-02-19 20:25:24
|
Hello all! On Fri, Feb 19, 2010 at 10:36 AM, Xiaofan Chen <xia...@gm...> wrote: > On Fri, Feb 19, 2010 at 5:00 PM, Spencer Oliver <sp...@sp...> wrote: > >> The latest jlink version i have here is v8. >> > > That is quite new. Here at work I have seen a few V3 (IAR), many V6 > (Segger, IAR and Atmel Sam-ICE), V7 (Analog Device mIDAS-Link) > and one or two V8 units. We also got one J-Link Pro with the Ethernet > (...) I have searched a bit and it looks that new JLink costs about 250EUR that if far too much for me for one-time-use. But I have searched a bit and found something like below - I would be grateful for more details (especially JLink/JLink2 differences): http://cgi.ebay.com/ARM-Emulator-Ulink2-ARM-JTAG-USB-Ulink2_W0QQitemZ130327727670QQcmdZViewItemQQptZLH_DefaultDomain_0?hash=item1e58234e36 http://cgi.ebay.com/LPC2142-PHILIPS-ARM7-development-board-start-kit-Jlink7_W0QQitemZ130324050204QQcmdZViewItemQQptZBI_Electrical_Equipment_Tools?hash=item1e57eb311c http://www.kamami.pl/index.php?ukey=product&productID=45417 I could try to work out this kind of cable || sniff/dump some operations to someone (Spen? Xiao?) for anlysis (the reader/viewer is free) - this depends on my time || cable availability depending on needs :-) Also to avoid doing thousand things at time (that is unfortunately already happening to me) I would prefer to first try the SWD working (code), then make FT2232 cable, then RLink cable (I have one), then other versions/cables, so currently I dont get to other tasks until those are finished. But there could be a support for parallel work on other cables (I can't manage all this myself in sensible time) - and here I can help in dumping transfers at physical layer :-) Best regards! :-) Tomek Cedro Best regards, Tomek -- CeDeROM, SQ7MHZ, http://www.tomek.cedro.info |
From: Xiaofan C. <xia...@gm...> - 2010-02-20 00:45:42
|
On Sat, Feb 20, 2010 at 3:25 AM, CeDeROM <tom...@gm...> wrote: > I have searched a bit and it looks that new JLink costs about 250EUR > that if far too much for me for one-time-use. But I have searched a > bit and found something like below - I would be grateful for more > details (especially JLink/JLink2 differences): There is no J-Link 2. It is ULink2. > http://cgi.ebay.com/ARM-Emulator-Ulink2-ARM-JTAG-USB-Ulink2_W0QQitemZ130327727670QQcmdZViewItemQQptZLH_DefaultDomain_0?hash=item1e58234e36 I think this might be an illegal clone version of Keil ULink2. http://www.keil.com/ulink2/ I think it is not supported by OpenOCD and will only work under Keil's uVision IDE. > http://cgi.ebay.com/LPC2142-PHILIPS-ARM7-development-board-start-kit-Jlink7_W0QQitemZ130324050204QQcmdZViewItemQQptZBI_Electrical_Equipment_Tools?hash=item1e57eb311c I think this is an illegal clone version of Segger J-Link which could be found at about US$20 in some part of the world. After all the hardware cost is low. The value is in the firmware/software/support. > http://www.kamami.pl/index.php?ukey=product&productID=45417 Original Sam-ICE is Atmel OEM version of Segger J-Link. If you use IAR EWARM, it is locked to Atmel's MCU only. I have no idea whether this is an official one or a clone. -- Xiaofan http://mcuee.blogspot.com |
From: Michel C. <mic...@gm...> - 2010-02-20 16:51:12
|
Le 19/02/2010 18:45, Xiaofan Chen a écrit : > >> http://www.kamami.pl/index.php?ukey=product&productID=45417 >> > Original Sam-ICE is Atmel OEM version of Segger J-Link. If you > use IAR EWARM, it is locked to Atmel's MCU only. I have no > idea whether this is an official one or a clone. > > > It looks like an original one. Segger makes them for Atmel, they are cheaper because they are restricted to one manufacturer. It would be interesting to see if OpenOCD could make it work with something else. Michel -- Tired of Microsoft's rebootive multitasking? then it's time to upgrade to Linux. http://home.comcast.net/~mcatudal |
From: Xiaofan C. <xia...@gm...> - 2010-02-21 01:17:06
|
2010/2/20 Michel Catudal <mic...@gm...>: > It looks like an original one. Segger makes them for Atmel, they are cheaper > because they are restricted to one manufacturer. > It would be interesting to see if OpenOCD could make it work with something > else. OpenOCD should be able to make it work with chips from other vendors. In fact, I've got a demo board from ADI which comes with the ADI's J-Link (called mIDAS-Link, V7) and I have no problems to get it work under OpenOCD with other chips from Luminary and NXP. It seems to be a bit slower though. -- Xiaofan http://mcuee.blogspot.com |
From: Xiaofan C. <xia...@gm...> - 2010-02-22 16:00:04
|
On Sun, Feb 21, 2010 at 8:17 AM, Xiaofan Chen <xia...@gm...> wrote: > 2010/2/20 Michel Catudal <mic...@gm...>: >> It looks like an original one. Segger makes them for Atmel, they are cheaper >> because they are restricted to one manufacturer. >> It would be interesting to see if OpenOCD could make it work with something >> else. > > OpenOCD should be able to make it work with chips from other vendors. > In fact, I've got a demo board from ADI which comes with the ADI's J-Link > (called mIDAS-Link, V7) and I have no problems to get it work under > OpenOCD with other chips from Luminary and NXP. It seems to be > a bit slower though. > I just tried out V6 Atmel SAM-ICE (Atmel's J-Link version) and it works fine with the latest git version of OpenOCD to flash a Luminary LM3S1968. So OpenOCD does make this limitation of the OEM versions of J-Link gone. -- Xiaofan http://mcuee.blogspot.com |