Yahoo Groups archive

Lpc2000

Index last updated: 2026-04-28 23:31 UTC

Thread

JTAG Connect Problems

JTAG Connect Problems

2004-02-04 by Bill Knight

I've been ignoring this problem for too long.  It's time to
determine if everyone has experienced it or if it is something I'm
doing.
  I'm using gcc, gdb/Insight, and Macraigor's Wiggler & OcdLibRemote
to build and debug programs running from RAM on a Nohau LPC210x TESTER
Board.  A majority of times when I try to connect to the LPC via
OcdLibRemote from gdb/Insight, OcdLibRemote reports "Cable
Disconnected" and gdb/ Insight does not connect.  Additional attempts
to connect to the same OcdLibRemote session fail within gdb/Insight
even though OcdLibRemote reports success.  The whole thing will
eventually connect after multiple attempts of exiting both
OcdLibRemote & gdb/Insight, and various pressings of the RESET button
on the Nohau board.
  Another issue I remember while writing this is that once connected
and debugging with Insight, it is possible to step through and debug C
source code but not possible to view the underlying assembly code.
  Both of these problems exist for multiple versions of gcc and gdb/
Insight.  So for both issues, has anyone else had either problem and
importantly, have they been able to find a resolution?

Thanks for any suggestions and help you may provide.
-Bill Knight

Re: [lpc2100] JTAG Connect Problems

2004-02-04 by Leon Heller

----- Original Message ----- 
Show quoted textHide quoted text
From: "Bill Knight" <BillK@...>
To: <lpc2100@yahoogroups.com>
Sent: Wednesday, February 04, 2004 12:56 PM
Subject: [lpc2100] JTAG Connect Problems


>   I've been ignoring this problem for too long.  It's time to
> determine if everyone has experienced it or if it is something I'm
> doing.
>   I'm using gcc, gdb/Insight, and Macraigor's Wiggler & OcdLibRemote
> to build and debug programs running from RAM on a Nohau LPC210x TESTER
> Board.  A majority of times when I try to connect to the LPC via
> OcdLibRemote from gdb/Insight, OcdLibRemote reports "Cable
> Disconnected" and gdb/ Insight does not connect.  Additional attempts
> to connect to the same OcdLibRemote session fail within gdb/Insight
> even though OcdLibRemote reports success.  The whole thing will
> eventually connect after multiple attempts of exiting both
> OcdLibRemote & gdb/Insight, and various pressings of the RESET button
> on the Nohau board.
>   Another issue I remember while writing this is that once connected
> and debugging with Insight, it is possible to step through and debug C
> source code but not possible to view the underlying assembly code.
>   Both of these problems exist for multiple versions of gcc and gdb/
> Insight.  So for both issues, has anyone else had either problem and
> importantly, have they been able to find a resolution?
>
> Thanks for any suggestions and help you may provide.
> -Bill Knight

The Nohau board, cable or Wiggler might have an intermittent fault. It might
be worth seeing if you can borrow units you can swap, to isolate the
problem. Or, try flexing the various units to see if that affects things.
It's quite easy to remove the case of the Wiggler, by levering the halves
apart with a screwdriver.

Leon
--
Leon Heller, G1HSM
Email: aqzf13@...
My low-cost Philips LPC210x ARM development system:
http://www.geocities.com/leon_heller/lpc2104.html

Re: [lpc2100] JTAG Connect Problems

2004-02-04 by Robert Adsett

At 01:13 PM 2/4/04 +0000, you wrote:

>----- Original Message -----
>From: "Bill Knight" <BillK@...>
>To: <lpc2100@yahoogroups.com>
>Sent: Wednesday, February 04, 2004 12:56 PM
>Subject: [lpc2100] JTAG Connect Problems
>
>
> >   I've been ignoring this problem for too long.  It's time to
> > determine if everyone has experienced it or if it is something I'm
> > doing.
> >   I'm using gcc, gdb/Insight, and Macraigor's Wiggler & OcdLibRemote
> > to build and debug programs running from RAM on a Nohau LPC210x TESTER
> > Board.  A majority of times when I try to connect to the LPC via
> > OcdLibRemote from gdb/Insight, OcdLibRemote reports "Cable
> > Disconnected" and gdb/ Insight does not connect.  Additional attempts
> > to connect to the same OcdLibRemote session fail within gdb/Insight
> > even though OcdLibRemote reports success.  The whole thing will
> > eventually connect after multiple attempts of exiting both
> > OcdLibRemote & gdb/Insight, and various pressings of the RESET button
> > on the Nohau board.

This is the same problem I had.  Check the parallel port mode.  It should 
be EPP.  The wiggler doesn't like the other high speed modes.

> >   Another issue I remember while writing this is that once connected
> > and debugging with Insight, it is possible to step through and debug C
> > source code but not possible to view the underlying assembly code.

I had more or less the reverse problem.  I can't get it to step through C 
code.  I keep getting complaints about not being able to write 
breakpoints.  I can single step through assembly just fine though.  Mind 
you, I'm doing that in a GDB monitor window, not in Insight.

What are the options you are using on OcdLibRemote?  I'd like to step 
through C rather than wade through all the underlying assembly.

Robert

" 'Freedom' has no meaning of itself.  There are always restrictions,
be they legal, genetic, or physical.  If you don't believe me, try to
chew a radio signal. "

                         Kelvin Throop, III

RE: [lpc2100] JTAG Connect Problems

2004-02-04 by Hugh O'Keeffe

Hi, I realise that some of you guys are working on limited budgets, however, "professional tools" can save time and do offer a return on investment. Ashling supply *all* the components of the Windows based development environment from the ÙSB based JTAG probe, the IDE, the Compiler (GNU), the Source-level Debugger and the Evaluation boards. We ensure all of these seamlessly work together. In addition, we have our own LPC2xxx Development Tools Engineers in-house to support our customers when things go wrong.
For GNU heads, our debugger offers full source-level 'C' and 'Assembler' debug support, full ARM/THUMB/Interworked debug support, full semihosting support (printf to a debugger window, fread from your PCs hard-disk), RealMonitor support (rd/wr memory on-the-fly) and seamless flash programming/debug support.
Contact me for further details.
-----Original Message-----
From: Robert Adsett [mailto:subscriptions@...]
Sent: 04 February 2004 14:51
To: lpc2100@...m
Subject: Re: [lpc2100] JTAG Connect Problems

Show quoted textHide quoted text
At 01:13 PM 2/4/04 +0000, you wrote:

>----- Original Message -----
>From: "Bill Knight"
>To: >Sent: Wednesday, February 04, 2004 12:56 PM
>Subject: [lpc2100] JTAG Connect Problems
>
>
> > I've been ignoring this problem for too long. It's time to
> > determine if everyone has experienced it or if it is something I'm
> > doing.
> > I'm using gcc, gdb/Insight, and Macraigor's Wiggler & OcdLibRemote
> > to build and debug programs running from RAM on a Nohau LPC210x TESTER
> > Board. A majority of times when I try to connect to the LPC via
> > OcdLibRemote from gdb/Insight, OcdLibRemote reports "Cable
> > Disconnected" and gdb/ Insight does not connect. Additional attempts
> > to connect to the same OcdLibRemote session fail within gdb/Insight
> > even though OcdLibRemote reports success. The whole thing will
> > eventually connect after multiple attempts of exiting both
> > OcdLibRemote & gdb/Insight, and various pressings of the RESET button
> > on the Nohau board.

This is the same problem I had. Check the parallel port mode. It should
be EPP. The wiggler doesn't like the other high speed modes.

> > Another issue I remember while writing this is that once connected
> > and debugging with Insight, it is possible to step through and debug C
> >; source code but not possible to view the underlying assembly code.

I had more or less the reverse problem. I can't get it to step through C
code. I keep getting complaints about not being able to write
breakpoints. I can single step through assembly just fine though. Mind
you, I'm doing that in a GDB monitor window, not in Insight.

What are the options you are using on OcdLibRemote? I'd like to step
through C rather than wade through all the underlying assembly.

Robert

" 'Freedom' has no meaning of itself. There are always restrictions,
be they legal, genetic, or physical. If you don't believe me, try to
chew a radio signal. "

; Kelvin Throop, III


Yahoo! Groups Links

Re: [lpc2100] JTAG Connect Problems

2004-02-04 by Alaric B Snell

Hugh O'Keeffe wrote:
> <Warning: Advertisement follows!>
>  
> Hi, I realise that some of you guys are working on limited budgets, 
> however, "professional tools" can save time and do offer a return on 
> investment. Ashling supply *all* the components of the Windows based 
> development environment from the \ufffdSB based JTAG probe, the IDE, the 
> Compiler (GNU), the Source-level Debugger and the Evaluation boards. We 
> ensure all of these seamlessly work together. In addition, we have our 
> own LPC2xxx Development Tools Engineers in-house to support our 
> customers when things go wrong.
>  
> For GNU heads, our debugger offers full source-level 'C' and 'Assembler' 
> debug support, full ARM/THUMB/Interworked debug support, full 
> semihosting support (printf to a debugger window, fread from your PCs 
> hard-disk), RealMonitor support (rd/wr memory on-the-fly) and seamless 
> flash programming/debug support.

Does anyone know who runs www.lpc2100.com? It could really do with being 
updated with links to this group, all the great products folks like 
Ashling are putting together, and so on - there's a lot of interest in 
the LPC2100s and lots of FAQs and "Where can I find information on..." 
being asked - I'm tempted to set up my own site and put loads of links 
on and a Google Ads bar at the top to pay for it!

ABS

RE: [lpc2100] JTAG Connect Problems

2004-02-04 by Robert Adsett

At 03:25 PM 2/4/04 +0000, you wrote:
>Hi, I realise that some of you guys are working on limited budgets, 
>however, "professional tools" can save time and do offer a return on 
>investment.

Point taken.  I agree, however I do like to get the most out of even my 
most inexpensive tools :)

I'm looking forward to at some point using embedded trace for instance.

Robert

" 'Freedom' has no meaning of itself.  There are always restrictions,
be they legal, genetic, or physical.  If you don't believe me, try to
chew a radio signal. "

                         Kelvin Throop, III

Re: [lpc2100] JTAG Connect Problems

2004-02-04 by Bill Knight

In response to my posting I received a private e-mail from
GalieoSD suggesting I try the demo version of their debugger.
After going to their web site and entering the requested info
I received an e-mail giving a link where the program could be
downloaded.

The download file was in an unregistered, self-extracting version
of WinZip.  And after extracting the files my virus scanner reported
that it had found and removed a virus from 'setup.exe'.

Two seperate attempts to contact the company via e-mail using addresses
in their e-mails to me have been returned with unknown user errors.
The email destinations resolve to mx5.net4india.com

In closing based upon this experience I suggest extreme caution in
dealings with this company.

Regards
-Bill KnightR O SoftWare

Re: [lpc2100] JTAG Connect Problems

2004-02-04 by microbit

Hi Bill et al,

I feel it as my duty to also add here that there have been ongoing
scandals with Indian companies offering "low price competitive"
engineering "services".
What's been the case at times and what's not told - is that they take
much longer and use 3 times more staff for these "projects", ending up
costing huge amounts to past victims of these scams.

I get regular unsolicited Emails from India offering those services to my
company as well -- No way Jose ....

I concur with Bill, and suggest extreme caution as well.

-- Kris




> In response to my posting I received a private e-mail from
> GalieoSD suggesting I try the demo version of their debugger.
> After going to their web site and entering the requested info
> I received an e-mail giving a link where the program could be
> downloaded.
>
> The download file was in an unregistered, self-extracting version
> of WinZip.  And after extracting the files my virus scanner reported
> that it had found and removed a virus from 'setup.exe'.
>
> Two seperate attempts to contact the company via e-mail using addresses
> in their e-mails to me have been returned with unknown user errors.
> The email destinations resolve to mx5.net4india.com
>
> In closing based upon this experience I suggest extreme caution in
> dealings with this company.
>
> Regards
> -Bill KnightR O SoftWare
>
>
>
>       Yahoo! Groups Sponsor
>             ADVERTISEMENT
>
>
>
>
>
> --------------------------------------------------------------------------
------
Show quoted textHide quoted text
> Yahoo! Groups Links
>
>   a.. To visit your group on the web, go to:
>   http://groups.yahoo.com/group/lpc2100/
>
>   b.. To unsubscribe from this group, send an email to:
>   lpc2100-unsubscribe@yahoogroups.com
>
>   c.. Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.
>
>

Re: [lpc2100] JTAG Connect Problems

2004-02-04 by Pablo Bleyer Kocik

At 09:56 2004-02-04, you wrote:
>   I've been ignoring this problem for too long.  It's time to
>determine if everyone has experienced it or if it is something I'm
>doing.
>   I'm using gcc, gdb/Insight, and Macraigor's Wiggler & OcdLibRemote
>to build and debug programs running from RAM on a Nohau LPC210x TESTER
>Board.  A majority of times when I try to connect to the LPC via
>OcdLibRemote from gdb/Insight, OcdLibRemote reports "Cable
>Disconnected" and gdb/ Insight does not connect.

  Using OcdLibRemote with a wiggler clone interface, the only times I have 
got 'Cable Disconnected' was when really the cable was disconnected or the 
board not powered up. Main troubles have been when I mess the gdb set up.

>Additional attempts
>to connect to the same OcdLibRemote session fail within gdb/Insight
>even though OcdLibRemote reports success.  The whole thing will
>eventually connect after multiple attempts of exiting both
>OcdLibRemote & gdb/Insight, and various pressings of the RESET button
>on the Nohau board.

  That's weird. However, I have heard that with a number of ARM chips. Have 
you tried connecting nRESET to nTRST? That way the whole CPU starts in a 
predefined way. I mostly use that configuration when possible.

>   Another issue I remember while writing this is that once connected
>and debugging with Insight, it is possible to step through and debug C
>source code but not possible to view the underlying assembly code.

  ???

  That works right for me. Have you tried playing with the compiler 
optimizations?

>   Both of these problems exist for multiple versions of gcc and gdb/
>Insight.  So for both issues, has anyone else had either problem and
>importantly, have they been able to find a resolution?

  The wiggler + remote gdb has indeed some glitches. But that can be said 
of most of the debuggers and tools out there. From our experience, most of 
the time the interface does its job right.

  Regards.


--
PabloBleyerKocik /"...I didn't want to be kissing Kevin Spacey.
  pbleyer        / Come on! Lying there naked with rose petals?"
   @... /- Kirsten Dunst on turning down American Beauty

RE: [lpc2100] JTAG Connect Problems

2004-02-05 by Hugh O'Keeffe

Hi Alaric,
See our FAQ at http://www.ashling.com/support/lpc2100/knowledge_base.html. Some of the stuff is specific to our tools, however, there is useful stuff on the LPC and GNU tools as well. Right at the end of the FAQ (Further Sources of Information) I've tried to collated all the on-line references etc relevant to LPC/ARM developers.
LPC2100 is "not an official Philips site" and is used to release preliminary information. I think it has now been superseded by www.semiconductors.philips.com.
Let me know if you proceed with your site, sounds like a great idea. It would be nice if you could somehow involve all the lpc2100@yahoo community as well.
Show quoted textHide quoted text
-----Original Message-----
From: Alaric B Snell [mailto:alaric@alaric-snell.com]
Sent: 04 February 2004 15:32
To: lpc2100@yahoogroups.com
Subject: Re: [lpc2100] JTAG Connect Problems

Hugh O'Keeffe wrote:
>
>
> Hi, I realise that some of you guys are working on limited budgets,
> however, "professional tools" can save time and do offer a return on
> investment. Ashling supply *all* the components of the Windows based
> development environment from the ÙSB based JTAG probe, the IDE, the
> Compiler (GNU), the Source-level Debugger and the Evaluation boards. We
>; ensure all of these seamlessly work together. In addition, we have our
> own LPC2xxx Development Tools Engineers in-house to support our
> customers when things go wrong.
>
> For GNU heads, our debugger offers full source-level 'C' and 'Assembler'
> debug support, full ARM/THUMB/Interworked debug support, full
> semihosting support (printf to a debugger window, fread from your PCs
> hard-disk), RealMonitor support (rd/wr memory on-the-fly) and seamless
> flash programming/debug support.

Does anyone know who runs www.lpc2100.com? It could really do with being
updated with links to this group, all the great products folks like
Ashling are putting together, and so on - there's a lot of interest in
the LPC2100s and lots of FAQs and "Where can I find information on..."
being asked - I'm tempted to set up my own site and put loads of links
on and a Google Ads bar at the top to pay for it!

ABS


Yahoo! Groups Links

Re: JTAG Connect Problems

2004-02-05 by arb_baks

Hello ,

We throughly checked our Software and it was found a virus 
damages  .exe (executables)files had crept in when we uploaded the 
files.

This has been corrected and We assure you the best of services from 
our side.

Regarding Contacting us:
You can contact us at sales@... or support@... 
at all times .Your emails will be answered within in 24 hours on 
receipt.

Sorry once again.

With regards,
Galieosoft Team.









--- In lpc2100@yahoogroups.com, "Bill Knight" <BillK@r...> wrote:
> In response to my posting I received a private e-mail from
> GalieoSD suggesting I try the demo version of their debugger.
> After going to their web site and entering the requested info
> I received an e-mail giving a link where the program could be
> downloaded.
> 
> The download file was in an unregistered, self-extracting version
> of WinZip.  And after extracting the files my virus scanner reported
> that it had found and removed a virus from 'setup.exe'.
> 
> Two seperate attempts to contact the company via e-mail using 
addresses
Show quoted textHide quoted text
> in their e-mails to me have been returned with unknown user errors.
> The email destinations resolve to mx5.net4india.com
> 
> In closing based upon this experience I suggest extreme caution in
> dealings with this company.
> 
> Regards
> -Bill KnightR O SoftWare

Re: JTAG Connect Problems

2004-02-05 by arb_baks

Hi,

We always provide our customers value for money.Whatever information 
you have is absolutely stupid & baseless.


With rgds,
Team India





--- In lpc2100@yahoogroups.com, "microbit" <microbit@c...> wrote:
> Hi Bill et al,
> 
> I feel it as my duty to also add here that there have been ongoing
> scandals with Indian companies offering "low price competitive"
> engineering "services".
> What's been the case at times and what's not told - is that they 
take
> much longer and use 3 times more staff for these "projects", ending 
up
> costing huge amounts to past victims of these scams.
> 
> I get regular unsolicited Emails from India offering those services 
to my
> company as well -- No way Jose ....
> 
> I concur with Bill, and suggest extreme caution as well.
> 
> -- Kris
> 
> 
> 
> 
> > In response to my posting I received a private e-mail from
> > GalieoSD suggesting I try the demo version of their debugger.
> > After going to their web site and entering the requested info
> > I received an e-mail giving a link where the program could be
> > downloaded.
> >
> > The download file was in an unregistered, self-extracting version
> > of WinZip.  And after extracting the files my virus scanner 
reported
> > that it had found and removed a virus from 'setup.exe'.
> >
> > Two seperate attempts to contact the company via e-mail using 
addresses
> > in their e-mails to me have been returned with unknown user 
errors.
> > The email destinations resolve to mx5.net4india.com
> >
> > In closing based upon this experience I suggest extreme caution in
> > dealings with this company.
> >
> > Regards
> > -Bill KnightR O SoftWare
> >
> >
> >
> >       Yahoo! Groups Sponsor
> >             ADVERTISEMENT
> >
> >
> >
> >
> >
> > ------------------------------------------------------------------
--------
> ------
> > Yahoo! Groups Links
> >
> >   a.. To visit your group on the web, go to:
> >   http://groups.yahoo.com/group/lpc2100/
> >
> >   b.. To unsubscribe from this group, send an email to:
> >   lpc2100-unsubscribe@yahoogroups.com
> >
> >   c.. Your use of Yahoo! Groups is subject to the Yahoo! Terms of 
Service.
> >
> >

Re: [lpc2100] JTAG Connect Problems

2004-02-05 by Lewin A.R.W. Edwards

> Does anyone know who runs www.lpc2100.com? It could really do with being 

"Bob T", baybeetle@... ;) The phone number listed in WHOIS is 
actually for Infineon Technologies Corporation.

-- 
  -- Lewin A.R.W. Edwards (http://www.zws.com/)
Learn how to develop high-end embedded systems on a tight budget!
http://www.amazon.com/exec/obidos/ASIN/0750676094/zws-20

Re: [lpc2100] Re: JTAG Connect Problems

2004-02-05 by microbit

Nahah,

Don't think so --
That's not how several companies feel about this in Australia !!
It has been investigated by the Australian Government
as well.

-- Kris

----- Original Message -----
From: "arb_baks" <arb_baks@...>
To: <lpc2100@yahoogroups.com>
Sent: Thursday, February 05, 2004 11:19 PM
Subject: [lpc2100] Re: JTAG Connect Problems


> Hi,
>
> We always provide our customers value for money.Whatever information
> you have is absolutely stupid & baseless.
>
>
> With rgds,
> Team India
>
>
>
>
>
> --- In lpc2100@yahoogroups.com, "microbit" <microbit@c...> wrote:
> > Hi Bill et al,
> >
> > I feel it as my duty to also add here that there have been ongoing
> > scandals with Indian companies offering "low price competitive"
> > engineering "services".
> > What's been the case at times and what's not told - is that they
> take
> > much longer and use 3 times more staff for these "projects", ending
> up
> > costing huge amounts to past victims of these scams.
> >
> > I get regular unsolicited Emails from India offering those services
> to my
> > company as well -- No way Jose ....
> >
> > I concur with Bill, and suggest extreme caution as well.
> >
> > -- Kris
> >
> >
> >
> >
> > > In response to my posting I received a private e-mail from
> > > GalieoSD suggesting I try the demo version of their debugger.
> > > After going to their web site and entering the requested info
> > > I received an e-mail giving a link where the program could be
> > > downloaded.
> > >
> > > The download file was in an unregistered, self-extracting version
> > > of WinZip.  And after extracting the files my virus scanner
> reported
> > > that it had found and removed a virus from 'setup.exe'.
> > >
> > > Two seperate attempts to contact the company via e-mail using
> addresses
> > > in their e-mails to me have been returned with unknown user
> errors.
> > > The email destinations resolve to mx5.net4india.com
> > >
> > > In closing based upon this experience I suggest extreme caution in
> > > dealings with this company.
> > >
> > > Regards
> > > -Bill KnightR O SoftWare
> > >
> > >
> > >
> > >       Yahoo! Groups Sponsor
> > >             ADVERTISEMENT
> > >
> > >
> > >
> > >
> > >
> > > ------------------------------------------------------------------
> --------
> > ------
> > > Yahoo! Groups Links
> > >
> > >   a.. To visit your group on the web, go to:
> > >   http://groups.yahoo.com/group/lpc2100/
> > >
> > >   b.. To unsubscribe from this group, send an email to:
> > >   lpc2100-unsubscribe@yahoogroups.com
> > >
> > >   c.. Your use of Yahoo! Groups is subject to the Yahoo! Terms of
> Service.
> > >
> > >
>
>
>
> --------------------------------------------------------------------------
------
Show quoted textHide quoted text
> Yahoo! Groups Links
>
>   a.. To visit your group on the web, go to:
>   http://groups.yahoo.com/group/lpc2100/
>
>   b.. To unsubscribe from this group, send an email to:
>   lpc2100-unsubscribe@yahoogroups.com
>
>   c.. Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.
>
>

Re: Re: [lpc2100] Re: JTAG Connect Problems

2004-02-05 by Michael Pont

> 
> Nahah,
> 
> Don't think so --
> That's not how several companies feel about this in Australia !!
> It has been investigated by the Australian Government
> as well.
> 

This is supposed to be a list about technical issues related to the LPC2100 family, not a sounding board for anti-Indian (or anti-Australian, anti-US, etc, comments).

Can we please keep it that way?

Michael.

Re: Re: [lpc2100] Re: JTAG Connect Problems

2004-02-05 by microbit

Hi Michael,

Of course we can, I prefer it that way too, proviso no one gets
personal and alleges that I provide "stupid, baseless" information
when I KNOW I have my facts damn well straight......

There was nothing anti-anything, just a word of caution - so maybe
no other companies follow the fate some have here in Oz.

Cheers,
Kris

----- Original Message -----
From: "Michael Pont" <Michael.Pont@...>
To: <lpc2100@yahoogroups.com>
Sent: Friday, February 06, 2004 4:23 AM
Subject: Re: Re: [lpc2100] Re: JTAG Connect Problems


> >
> > Nahah,
> >
> > Don't think so --
> > That's not how several companies feel about this in Australia !!
> > It has been investigated by the Australian Government
> > as well.
> >
>
> This is supposed to be a list about technical issues related to the
LPC2100 family, not a sounding board for anti-Indian (or anti-Australian,
anti-US, etc, comments).
>
> Can we please keep it that way?
>
> Michael.
>
>
>
>
>
>       Yahoo! Groups Sponsor
>             ADVERTISEMENT
>
>
>
>
>
> --------------------------------------------------------------------------
------
Show quoted textHide quoted text
> Yahoo! Groups Links
>
>   a.. To visit your group on the web, go to:
>   http://groups.yahoo.com/group/lpc2100/
>
>   b.. To unsubscribe from this group, send an email to:
>   lpc2100-unsubscribe@yahoogroups.com
>
>   c.. Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.
>
>

Re: [lpc2100] JTAG Connect Problems

2004-02-05 by Brian C. Lane

Alaric B Snell wrote:

> 
> Does anyone know who runs www.lpc2100.com? It could really do with being 
> updated with links to this group, all the great products folks like 
> Ashling are putting together, and so on - there's a lot of interest in 
> the LPC2100s and lots of FAQs and "Where can I find information on..." 
> being asked - I'm tempted to set up my own site and put loads of links 
> on and a Google Ads bar at the top to pay for it!

It seems to be owned by baybeetle@... according to whois. 
lpc2100.org is run by this guy, I think:

http://www.phaedsys.demon.co.uk/chris/home.htm

lpc2100.net don't seem to be registered to anyone.

Brian

-- 
-----------------------------------------------------
Brian C. Lane (W7BCL)                      Programmer
www.shinemicro.com   RF, DSP & Microcontroller Design

Re: [lpc2100] JTAG Connect Problems

2004-02-05 by Alaric B Snell

Hugh O'Keeffe wrote:

> Let me know if you proceed with your site, sounds like a great idea. It 
> would be nice if you could somehow involve all the lpc2100@yahoo 
> <mailto:lpc2100@yahoo> community as well.

Luckily, I have just the technology to do that!

Anyone here not familiar with Wikis?

http://www.open-research.org.uk/ARMuC/

  <- at the time of posting, just a bare installation - watch this space 
while I fill it up with what I've already accumulated.

ABS

Re: [lpc2100] JTAG Connect Problems

2004-02-06 by Bill Knight

OK, got the second problem worked out today.  I have been using a
.gdbinit file for Insight under Cygwin.  If I don't use it and just
connect and download using the GUI, MIXED C and assembly was available
in the source window.  I hacked at the .gdbinit file until I got it
working too.  So for those of you who may be interested, it is
included below.

-Bill Knight
R O Software


echo Setting up the environment for debugging gdb.\n

set complaints 1
#set output-radix 16
#set input-radix 16

# GDB must be set to big endian mode first if needed.
#set endian big

dir .
set prompt (arm-gdb) 

# Set the program file so we can show MIXED C & assembly.
# Must be done before connecting to the target.
file test.elf

# Connect to OcdLibRemote on port 1000 of localhost.
target remote localhost:1000

# Reset the chip to get to a known state.
monitor reset
monitor halt

# LPC Init Values
# Disable IRQ & FIRQ, set SVC mode
set $cpsr = 0xd3

# Increase the packet size to improve download speed.
# Wish this didn't cause an "Are you sure?" popup.
# At least with small programs, they aren't needed.
#set remote memory-write-packet-size 1024
#set remote memory-write-packet-size fixed

# Load the program executable.
load test.elf

# Load the symbols for the program.
symbol-file test.elf

# Set a breakpoint at main().
#b main

# Run to the breakpoint.
#c

Move to quarantaine

This moves the raw source file on disk only. The archive index is not changed automatically, so you still need to run a manual refresh afterward.