LPC1769 Start

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

LPC1769 Start

558 Views
lpcware
NXP Employee
NXP Employee
Content originally posted in LPCWare by drvrh on Wed Feb 27 05:18:44 MST 2013
Hello all;

i would like turn on LED on LPC1769Xpresso board, but I have a bad knowledge for programing with a LPC.

Maybe who have example code for LED blink, and basic schematics to see where connect LED.

I see on LPCXpresso support web page project LPCXpresso Blinky Example Project for LPC1102 with ISP. If I can flashing this program on my LPC1769Xpresso board.

Thank's for answer.
Sorry for my bad English.
0 Kudos
5 Replies

396 Views
lpcware
NXP Employee
NXP Employee
Content originally posted in LPCWare by studyembedded on Mon Mar 04 19:16:05 MST 2013
check this site
http://www.zembedded.com/category/arm-2/?viewall
I found few very info motive tutorial here...best of luck!
0 Kudos

396 Views
lpcware
NXP Employee
NXP Employee
Content originally posted in LPCWare by drvrh on Wed Feb 27 09:15:33 MST 2013
Thank you,

but I like see which pin-s using for blinking LED, in GPIO header file is statement:

static LPC_GPIO_TypeDef (* const LPC_GPIO[4]) = { LPC_GPIO0, LPC_GPIO1, LPC_GPIO2, LPC_GPIO3 };


if I correct understand this, mean, on this pin 0.0, 0.1, 0.2 and 0.3, control state?

And this.: :D,
how connect LED on this pin-s with resistor or no? Have a internal pull-up resistor? Where in code is turn-on pull-up resistor?

If this GPIO TTL or CMOS level?

-----

And for this working, must be added header file for LPC17xx, and added Core CM3.
0 Kudos

396 Views
lpcware
NXP Employee
NXP Employee
Content originally posted in LPCWare by TheFallGuy on Wed Feb 27 08:58:25 MST 2013
Nothing
0 Kudos

396 Views
lpcware
NXP Employee
NXP Employee
Content originally posted in LPCWare by drvrh on Wed Feb 27 08:44:59 MST 2013
Ok, and what I change in this Example for working with LPC1796?
0 Kudos

396 Views
lpcware
NXP Employee
NXP Employee
Content originally posted in LPCWare by TheFallGuy on Wed Feb 27 07:09:01 MST 2013
There is an example shipped in the product that does this for LPC1769.

If you want to see how to load the examples, read the Getting Started guide.
0 Kudos