LPC1769 examples code(getting started)

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

LPC1769 examples code(getting started)

5,975 Views
lpcware
NXP Employee
NXP Employee
Content originally posted in LPCWare by lenri on Fri Oct 16 21:15:53 MST 2015
Hi, i have bought the LPC1769 microcontroller, i have already installed the LPCXpresso develop software
but now i dont know to work witht it. I have seen examples code on mbed lpc1768 but when i try to write and run on LPCXpresso it is totally incompatible.

Also i have tried to find some references on internet but i didn't find enough, Do you know some reference guide in order to program on LPCXpresso for the LPC1769?

Thanks.
0 Kudos
15 Replies

4,700 Views
lpcware
NXP Employee
NXP Employee
Content originally posted in LPCWare by R2D2 on Sun Oct 18 16:39:32 MST 2015
Google is you friend  ;-)  'LPCXpresso video' is showing a lot of helpful videos:

Rapid Embedded Development with LPCXpresso:
https://www.youtube.com/watch?v=NW7GmsMcrKc

LPCXpresso Introduction part 1 training video:
https://www.youtube.com/watch?v=dV7rG2VdG9E

LPCXpresso Introduction part 2 training video:
https://www.youtube.com/watch?v=cLvGwmJAA7k

Learn Eclipse the LPCXpresso way - from the developers:
https://www.youtube.com/watch?v=E6vSPloei-0
0 Kudos

3,958 Views
suriya
Contributor I

This links are not working please share some active links. Thank you

0 Kudos

3,680 Views
danielholala
Senior Contributor II

Hi,

don't click on these links, copy them as text and paste the text into URL bar of your browser, e.g.,

Rapid Embedded Development with LPCXpresso

https://www.youtube.com/watch?v=NW7GmsMcrKc

 

Anyway, why are you interested into LPCXpresso when it's outdated and has been replaced by MCUXPresso IDE?

2,546 Views
hennep
Contributor II

>>Anyway, why are you interested into LPCXpresso when it's outdated and has been replaced by MCUXPresso IDE?

The SDK page for the MCUXPresso does not show anything for lpc1769, starts with lpc5xxxx.
Can MCUXPresso be used at all for lpc1769?

0 Kudos

2,535 Views
danielholala
Senior Contributor II

Correct. This is because for LPC1769, there's no SDK. Instead, development support for LPC1769 is based on LPCOpen framework which is integrated into MCUXpresso IDE.

Screenshot MCUXpresso IDE 11.8.0:

danielholala_0-1694610031713.png

In a later step select the appropriate LPCOpen archive:

danielholala_1-1694610602712.png

 

 

 

2,523 Views
hennep
Contributor II

Thank you Daniel,

It took me a while to get that all up and running. I did not expect dependencies between projects.
One problem still. I cannot find my board. It is probably a really old one.

IMG_20230913_151450__01.jpg

0 Kudos

2,504 Views
danielholala
Senior Contributor II

Why not try to create a project based on this one:

 

danielholala_0-1694620123273.png

I think the major difference is the debug probe on the board.

2,498 Views
hennep
Contributor II

It is not available in my IDE

2023-09-13-180144_1635x1053_scrot.png

0 Kudos

2,495 Views
danielholala
Senior Contributor II

So which IDE are you using? Does the screenshot show the "Create a new C/C++ project" wizard that's offered in the Quickstart Panel?

Do not use the link "Import SDK example(s)" from the Quickstart Panel.

2,437 Views
hennep
Contributor II

Thanks again Daniel,

I did use the wrong dialog. In the meanwhile I can create a project for the LPC1769 that compiles ok.
When I create a "Run configuration" for the .axf file and click the run button, the axf file is rebuilt and nothing else happens. Do I need to install/setup a separate programmer, or did that come with the IDE?
The IDE does not even complain when I leave the development board unconnected!

I have been searching the NXP site for documentation but except for the LPC3154 schematics I couldn't find any "getting started" documents for this board. I hope you have the patience to get this noob started

0 Kudos

2,434 Views
danielholala
Senior Contributor II

@hennep , I think I've never used the "Run" button. I rather use either the "Debug" link from Quickstart Panel or the button for the "GUI Flash Tool", see screenshot:

danielholala_0-1694683349564.png

 

2,428 Views
hennep
Contributor II

It's hard to unlearn habits. I've used the run button in Eclipse in both Android app development and in STM32Cube but I will get used to it.
It all works, the fun part starts right now

0 Kudos

4,700 Views
lpcware
NXP Employee
NXP Employee
Content originally posted in LPCWare by lenri on Sun Oct 18 12:27:37 MST 2015
Thanks guys i will check it out
0 Kudos

4,700 Views
lpcware
NXP Employee
NXP Employee
Content originally posted in LPCWare by Superfred on Sat Oct 17 06:22:07 MST 2015
And read the (hardware) User Guide, a Microcontroller cant be programmed without understanding the hardware:
http://www.nxp.com/documents/user_manual/UM10360.pdf
0 Kudos

4,700 Views
lpcware
NXP Employee
NXP Employee
Content originally posted in LPCWare by R2D2 on Sat Oct 17 00:10:45 MST 2015

Quote: lenri
Also i have tried to find some references on internet but i didn't find enough, Do you know some reference guide in order to program on LPCXpresso for the LPC1769?



Read 'LPCXpresso v7 User Guide',  it's in your lpcxpresso folder  :O

If you don't find your lpcxpresso folder, download it here:

https://www.lpcware.com/content/nxpfile/lpcxpresso-ide-v7-user-guide

Examples are in your lpcxpresso/Examples folder  :O 

If you don't find your lpcxpresso/Examples folder, download them here:

https://www.lpcware.com/content/nxpfile/lpcopen-platform



BTW: Which kind of occupation is a 'Satudent'  :quest: Making dents on Saturday ?

0 Kudos