Wiggler JTAG connections
2003-11-27 by leon_heller
Yahoo Groups archive
Index last updated: 2026-04-28 23:31 UTC
Thread
2003-11-27 by leon_heller
I've just added the connection details for the Wiggler JTAG interface for my LPC210x system to my web page: http://www.geocities.com/leon_heller/lpc2104.html Although I used 10k pull-up resistors on the inputs from the Wiggler, I don't think they are necessary. Leon
2003-12-06 by Ben Dooks
On Thu, Nov 27, 2003 at 06:18:30PM -0000, leon_heller wrote: > I've just added the connection details for the Wiggler JTAG interface > for my LPC210x system to my web page: > > http://www.geocities.com/leon_heller/lpc2104.html > > Although I used 10k pull-up resistors on the inputs from the Wiggler, > I don't think they are necessary. I am always of the opinion that pull-up resistors are a good idea. -- Ben Q: What's a light-year? A: One-third less calories than a regular year.
2003-12-07 by Leon Heller
----- Original Message -----
From: "Ben Dooks" <ben@...> To: <lpc2100@yahoogroups.com> Sent: Saturday, December 06, 2003 10:56 PM Subject: Re: [lpc2100] Wiggler JTAG connections > On Thu, Nov 27, 2003 at 06:18:30PM -0000, leon_heller wrote: > > I've just added the connection details for the Wiggler JTAG interface > > for my LPC210x system to my web page: > > > > http://www.geocities.com/leon_heller/lpc2104.html > > > > Although I used 10k pull-up resistors on the inputs from the Wiggler, > > I don't think they are necessary. > > I am always of the opinion that pull-up resistors are a good idea. Macraigor states that they do not specify them, although they may be needed. Leon -- Leon Heller, G1HSM Email: aqzf13@... http://www.geocities.com/leon_heller
2003-12-07 by Arie de Muynck
> From: "Ben Dooks" <ben@...> > On Thu, Nov 27, 2003 at 06:18:30PM -0000, leon_heller wrote: > > I've just added the connection details for the Wiggler JTAG interface > > for my LPC210x system to my web page: > > > > http://www.geocities.com/leon_heller/lpc2104.html > > > > Although I used 10k pull-up resistors on the inputs from the Wiggler, > > I don't think they are necessary. > > I am always of the opinion that pull-up resistors are a good idea. Except on JTAG interface line nTRST. The purpose of this line is to keep the JTAG logic in a reset state, so the device can function normally when no JTAG driver (Wiggler, Raven, etc) is connected. Only when a JTAG driver is connected and using the JTAG it should drive this line high. I found this out the hard way: if you just pullup all JTAG lines the JTAG logic might start in a non-transparant state and the device will not start. Connecting the nTRST line to the (hard driven) nRESET of the device with 1k Ohm, allowing a JTAG driver to override the nTRST line, cured the problem. This configuration even allows the use of JTAG drivers that assume a pullup on the target and that only drive this line active low, not active high (a.k.a. open collector). In this system there should be pullups on TMS and TCK. Even when noise is coupled onto thise lines they will most likely clock in '1's on TMS, which brings the JTAG logic into RESET state after 5 TCK pulses. Regards, Arie de Muynck
2003-12-07 by leon_heller
--- In lpc2100@yahoogroups.com, "Leon Heller" <leon_heller@h...> wrote: > > ----- Original Message ----- > From: "Ben Dooks" <ben@f...> > To: <lpc2100@yahoogroups.com> > Sent: Saturday, December 06, 2003 10:56 PM > Subject: Re: [lpc2100] Wiggler JTAG connections > > > > On Thu, Nov 27, 2003 at 06:18:30PM -0000, leon_heller wrote: > > > I've just added the connection details for the Wiggler JTAG interface > > > for my LPC210x system to my web page: > > > > > > http://www.geocities.com/leon_heller/lpc2104.html > > > > > > Although I used 10k pull-up resistors on the inputs from the Wiggler, > > > I don't think they are necessary. > > > > I am always of the opinion that pull-up resistors are a good idea. > > > Macraigor states that they do not specify them, although they may be needed. I've just tried removing them - it works OK. Leon