Sign in

username:

password:



Not a member?

Search lpc2000



Search tips

Subscribe to lpc2000



lpc2000 by Keywords

2106 | ADC | ARM7 | Atmel | Bootloader | CAN | CrossStudio | CrossWorks | DDS | ECos | Ethernet | ETM | FIFO | FLASH | FPGA | GCC | GDB | GNU | GNUARM | GPIO | I2C | IAP | IAR | JTAG | Kickstart | LCD | Linux | LPC | LPC-E2294 | LPC2000 | LPC2100 | LPC2104 | Lpc2106 | Lpc210x | LPC2114 | LPC2119 | LPC2124 | LPC2129 | Lpc2138 | LPC213x | LPC21xx | LPC2210 | LPC2212 | LPC2214 | LPC2292 | LPC2294 | LPC2xxx | LPC3128 | MCB2100 | Olimex | Philips | PWM | Rowley | RTC | RTOS | SPI | SSP | UART | UART0 | UART1 | ULINK | USB | Watchdog | Wiggler

Ads

Discussion Groups

Discussion Groups | LPC2000 | Re: new to LPC

Discussion group dedicated to the Philips LPC2000 family of ARM MCUs

new to LPC - s76jensen - Oct 21 16:01:59 2008

Hi...

I'm pretty new in the LPC world, so plan to follow this tutorial:
=20
http://www.sparkfun.com/tutorial/ARM/ARM_Cross_Development_with_Eclipse.
pdf

I am used to eclipse and GDB, but have never used LPC.

So my Q: Is this the best/easyest way to get startet or is there=20
another way that i should try.

Thanks=20
S=F8ren - DK

=20=20=20
------------------------------------



(You need to be a member of lpc2000 -- send a blank email to lpc2000-subscribe@yahoogroups.com )


Re: new to LPC - rtstofer - Oct 21 20:00:43 2008

--- In l...@yahoogroups.com, "s76jensen" wrote:
>
> Hi...
>=20
> I'm pretty new in the LPC world, so plan to follow this tutorial:
>=20=20
> http://www.sparkfun.com/tutorial/ARM/ARM_Cross_Development_with_Eclipse.
> pdf
>=20
> I am used to eclipse and GDB, but have never used LPC.
>=20
> So my Q: Is this the best/easyest way to get startet or is there=20
> another way that i should try.
>=20
> Thanks=20
> S=F8ren - DK
>

That's what I used. It is excellent.

However, if you develop using Windows, you might do better by just
installing YAGARTO.

Richard

------------------------------------



(You need to be a member of lpc2000 -- send a blank email to lpc2000-subscribe@yahoogroups.com )

Re: new to LPC - "Jorge S." - Oct 22 6:10:37 2008

On Tue, Oct 21, 2008 at 9:26 PM, s76jensen wrote:
> Hi...
>
> I'm pretty new in the LPC world, so plan to follow this tutorial:
>
> http://www.sparkfun.com/tutorial/ARM/ARM_Cross_Development_with_Eclipse.
> pdf
>
> I am used to eclipse and GDB, but have never used LPC.
>
> So my Q: Is this the best/easyest way to get startet or is there
> another way that i should try.
Don't forget to check this page:

http://www.siwawi.arubi.uni-kl.de/avr_projects/arm_projects/

Is full of code samples that, for sure, will help a lot.

And this one:

http://www.siwawi.arubi.uni-kl.de/avr_projects/arm_projects/lpc2k_bundle_po=
rt/index.html

Get code bundle for your processor, it a simple example for every
peripheral, it helps a lot
understanding how to configure every peripheral.

About toolchains:

If you are planning to work with linux, i would suggest to check
devkitARM toolchain, i can
confirm it works fine, at least on a LPC2368 uC with C/C++ and even
using FreeRTOS.
Hope it helps.
Regards,

Jorge.

>
> Thanks
> S=F8ren - DK
>
>=20

------------------------------------



(You need to be a member of lpc2000 -- send a blank email to lpc2000-subscribe@yahoogroups.com )

Re: new to LPC - Srivatsan Raghavan - Oct 22 11:49:02 2008

Hi Jensen,
Depends on how you are planning to do JTAG based debugging. Though I
too am a Linux freak I prefer Windows for this situation as it makes it eas=
y
for me to work with Keil uVision IDE + GCC (www.codesourcery.com) (Lite
version) + ULINK2.

If you have open OCD based JTAG then you can be on linux.
Also dont forget to look at the ARM book by Trevor Martin, An introduction
to LPC Microcontrollers.

thanks
Srivatsan

On Wed, Oct 22, 2008 at 12:56 AM, s76jensen wrote:

> Hi...
>
> I'm pretty new in the LPC world, so plan to follow this tutorial:
>
> http://www.sparkfun.com/tutorial/ARM/ARM_Cross_Development_with_Eclipse.
> pdf
>
> I am used to eclipse and GDB, but have never used LPC.
>
> So my Q: Is this the best/easyest way to get startet or is there
> another way that i should try.
>
> Thanks
> S=F8ren - DK
>
>=20
>
[Non-text portions of this message have been removed]
------------------------------------



(You need to be a member of lpc2000 -- send a blank email to lpc2000-subscribe@yahoogroups.com )

Re: new to LPC - Cool Dude - Oct 23 0:25:29 2008

Hello Srivatson,
Could you tell me how to use the gcc in keil uVison3 for ARM architecture.A=
re these the steps I've to follow for gcc to work in Keil
1) Check GNU toolchain.
2)In GNU-tool-prefix i add "arm-elf-"
3)change the cygnus folder to GNUARM or Yagarto folder
4) Add a linker decriptive file to the linker tab in option for target.

Is that all i've t do. or do I 've to change anymore settings. Thankyou

Raj

--- On Wed, 10/22/08, Srivatsan Raghavan wrote=
:
From: Srivatsan Raghavan
Subject: Re: [lpc2000] new to LPC
To: l...@yahoogroups.com
Date: Wednesday, October 22, 2008, 9:18 PM

=20=20=20=20
Hi Jensen,

Depends on how you are planning to do JTAG based debugging. Though I

too am a Linux freak I prefer Windows for this situation as it makes it eas=
y

for me to work with Keil uVision IDE + GCC (www.codesourcery. com) (Lite

version) + ULINK2.

If you have open OCD based JTAG then you can be on linux.

Also dont forget to look at the ARM book by Trevor Martin, An introduction

to LPC Microcontrollers.

thanks

Srivatsan

On Wed, Oct 22, 2008 at 12:56 AM, s76jensen wrote:

> Hi...

>

> I'm pretty new in the LPC world, so plan to follow this tutorial:

>

> http://www.sparkfun .com/tutorial/ ARM/ARM_Cross_ Development_ with_Eclip=
se.

> pdf

>

> I am used to eclipse and GDB, but have never used LPC.

>

> So my Q: Is this the best/easyest way to get startet or is there

> another way that i should try.

>

> Thanks

> S=F8ren - DK

>

>=20

>

[Non-text portions of this message have been removed]

=20=20=20=20=20=20

=20=20=20=20
=20=20=20=20
=09
=09=20
=09
=09

=09
=09
=09
=20=20=20=20=20=20

[Non-text portions of this message have been removed]
------------------------------------



(You need to be a member of lpc2000 -- send a blank email to lpc2000-subscribe@yahoogroups.com )

Re: new to LPC - Cool Dude - Oct 23 0:36:44 2008

hello=20
S=F8ren - DK,
I see tht you have used eclipse as your iDe. I'm new to using eclipse. I wo=
uld like to know the steps to use the internal debugger for my ARM project.=
Thankyou.

Raj

--- On Wed, 10/22/08, s76jensen wrote:
From: s76jensen
Subject: [lpc2000] new to LPC
To: l...@yahoogroups.com
Date: Wednesday, October 22, 2008, 12:56 AM

=20=20=20=20
Hi...

I'm pretty new in the LPC world, so plan to follow this tutorial:

=20

http://www.sparkfun .com/tutorial/ ARM/ARM_Cross_ Development_ with_Eclipse=
.

pdf

I am used to eclipse and GDB, but have never used LPC.

So my Q: Is this the best/easyest way to get startet or is there=20

another way that i should try.

Thanks=20

S=F8ren - DK

=20=20=20=20=20=20

=20=20=20=20
=20=20=20=20
=09
=09=20
=09
=09

=09
=09
=09
=20=20=20=20=20=20

[Non-text portions of this message have been removed]
------------------------------------



(You need to be a member of lpc2000 -- send a blank email to lpc2000-subscribe@yahoogroups.com )

Re: new to LPC - Nagendra Kumar Pilladi - Oct 23 2:59:51 2008

hello,

are you using any Jtag or not?
and you gone throgh openOCD=20

regards
Nagendrapilladi

________________________________
From: Cool Dude
To: l...@yahoogroups.com
Sent: Thursday, 23 October, 2008 10:06:34 AM
Subject: Re: [lpc2000] new to LPC
hello=20
S=C3=B8ren - DK,
I see tht you have used eclipse as your iDe. I'm new to using eclipse. I wo=
uld like to know the steps to use the internal debugger for my ARM project.=
Thankyou.

Raj

--- On Wed, 10/22/08, s76jensen wrote:
From: s76jensen
Subject: [lpc2000] new to LPC
To: lpc2000@yahoogroups .com
Date: Wednesday, October 22, 2008, 12:56 AM

Hi...

I'm pretty new in the LPC world, so plan to follow this tutorial:

http://www.sparkfun .com/tutorial/ ARM/ARM_Cross_ Development_ with_Eclipse=
.

pdf

I am used to eclipse and GDB, but have never used LPC.

So my Q: Is this the best/easyest way to get startet or is there=20

another way that i should try.

Thanks=20

S=C3=B8ren - DK

[Non-text portions of this message have been removed]

=20=20=20=20
Add more friends to your messenger and enjoy! Go to http://messenger.=
yahoo.com/invite/

[Non-text portions of this message have been removed]
------------------------------------



(You need to be a member of lpc2000 -- send a blank email to lpc2000-subscribe@yahoogroups.com )

Re: new to LPC - Cool Dude - Oct 23 3:04:31 2008

hello nagendra,
I 'm not using JTAG. I prefer using internal debugger. That is just to see =
the flow of my program.

Raj

--- On Thu, 10/23/08, Nagendra Kumar Pilladi w=
rote:
From: Nagendra Kumar Pilladi
Subject: Re: [lpc2000] new to LPC
To: l...@yahoogroups.com
Date: Thursday, October 23, 2008, 10:23 AM

=20=20=20=20
hello,

are you using any Jtag or not?

and you gone throgh openOCD=20

regards

Nagendrapilladi

____________ _________ _________ __

From: Cool Dude

To: lpc2000@yahoogroups .com

Sent: Thursday, 23 October, 2008 10:06:34 AM

Subject: Re: [lpc2000] new to LPC

hello=20

S=F8ren - DK,

I see tht you have used eclipse as your iDe. I'm new to using eclipse. I wo=
uld like to know the steps to use the internal debugger for my ARM project.=
Thankyou.

Raj

--- On Wed, 10/22/08, s76jensen wrote:

From: s76jensen

Subject: [lpc2000] new to LPC

To: lpc2000@yahoogroups .com

Date: Wednesday, October 22, 2008, 12:56 AM

Hi...

I'm pretty new in the LPC world, so plan to follow this tutorial:

http://www.sparkfun .com/tutorial/ ARM/ARM_Cross_ Development_ with_Eclipse=
.

pdf

I am used to eclipse and GDB, but have never used LPC.

So my Q: Is this the best/easyest way to get startet or is there=20

another way that i should try.

Thanks=20

S=F8ren - DK

[Non-text portions of this message have been removed]

Add more friends to your messenger and enjoy! Go to http://messenger. yahoo=
.com/ invite/

[Non-text portions of this message have been removed]

=20=20=20=20=20=20

=20=20=20=20
=20=20=20=20
=09
=09=20
=09
=09

=09
=09
=09
=20=20=20=20=20=20

[Non-text portions of this message have been removed]
------------------------------------



(You need to be a member of lpc2000 -- send a blank email to lpc2000-subscribe@yahoogroups.com )

Re: new to LPC - Cool Dude - Oct 25 1:47:19 2008

hello nagendra,
Do know anyway of using an internal debugger for embedded application in ec=
lipse

Raj

--- On Thu, 10/23/08, Nagendra Kumar Pilladi w=
rote:
From: Nagendra Kumar Pilladi
Subject: Re: [lpc2000] new to LPC
To: l...@yahoogroups.com
Date: Thursday, October 23, 2008, 10:23 AM

=20=20=20=20
hello,

are you using any Jtag or not?

and you gone throgh openOCD=20

regards

Nagendrapilladi

____________ _________ _________ __

From: Cool Dude

To: lpc2000@yahoogroups .com

Sent: Thursday, 23 October, 2008 10:06:34 AM

Subject: Re: [lpc2000] new to LPC

hello=20

S=F8ren - DK,

I see tht you have used eclipse as your iDe. I'm new to using eclipse. I wo=
uld like to know the steps to use the internal debugger for my ARM project.=
Thankyou.

Raj

--- On Wed, 10/22/08, s76jensen wrote:

From: s76jensen

Subject: [lpc2000] new to LPC

To: lpc2000@yahoogroups .com

Date: Wednesday, October 22, 2008, 12:56 AM

Hi...

I'm pretty new in the LPC world, so plan to follow this tutorial:

http://www.sparkfun .com/tutorial/ ARM/ARM_Cross_ Development_ with_Eclipse=
.

pdf

I am used to eclipse and GDB, but have never used LPC.

So my Q: Is this the best/easyest way to get startet or is there=20

another way that i should try.

Thanks=20

S=F8ren - DK

[Non-text portions of this message have been removed]

Add more friends to your messenger and enjoy! Go to http://messenger. yahoo=
.com/ invite/

[Non-text portions of this message have been removed]

=20=20=20=20=20=20

=20=20=20=20
=20=20=20=20
=09
=09=20
=09
=09

=09
=09
=09
=20=20=20=20=20=20

[Non-text portions of this message have been removed]
------------------------------------



(You need to be a member of lpc2000 -- send a blank email to lpc2000-subscribe@yahoogroups.com )