Lpc1769 sample code for EA Baseboard

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

Lpc1769 sample code for EA Baseboard

3,248 Views
lpcware
NXP Employee
NXP Employee
Content originally posted in LPCWare by surendra22feb on Tue Apr 29 22:29:24 MST 2014
Hello everybody, I am doing project on lpc1769 EA baseboard and I have to send data/string through UART port but I am not able to find any sample code for EA baseboard (lpc1769). Here in LPC website  I got link

http://www.lpcware.com/content/nxpfile/mcb1700-sample-code-bundle-lpc1769-peripherals-using-lpcxpres...

and in this all examples are there but that is for Microcontroller Board ib Keil and those examples are not running here on EA Baseboard. If anybody have UART send example or where to find it for lpc1769 Ea base board please help me.
                                                                                                                                                                ThanX  :)
0 Kudos
Reply
13 Replies

2,732 Views
lpcware
NXP Employee
NXP Employee
Content originally posted in LPCWare by svijay.esd@gmail.com on Tue Oct 21 11:09:43 MST 2014
I am also facing same error, please can you tell, what you done to remove this error?. If u expalin in steps, it will helpful for me.
0 Kudos
Reply

2,732 Views
lpcware
NXP Employee
NXP Employee
Content originally posted in LPCWare by aem.nitin on Wed Aug 20 04:03:16 MST 2014
I got the solution and able to execute all sample codes.
0 Kudos
Reply

2,732 Views
lpcware
NXP Employee
NXP Employee
Content originally posted in LPCWare by lpcxpresso-support on Wed Aug 20 02:06:23 MST 2014
IIRC, the code base that Embedded Artists made available when they originally released the baseboard included all required library projects. But if a specific CMSIS project is missing, you can import this from within the LPCXpresso examples NXP\LPC1000\LPC17xx directory.

Or alternaitvely look at using LPCOpen as a starting point instead.

For background information, see the LPCXpresso User Guide (available from the help menu) and:

http://www.lpcware.com/content/faq/lpcxpresso/cmsis-support


Regards,
LPCXpresso Support
0 Kudos
Reply

2,732 Views
lpcware
NXP Employee
NXP Employee
Content originally posted in LPCWare by aem.nitin on Wed Aug 20 01:58:39 MST 2014
Need your help in building the sample code of Embedded Artists. Please help
0 Kudos
Reply

2,732 Views
lpcware
NXP Employee
NXP Employee
Content originally posted in LPCWare by aem.nitin on Wed Aug 20 01:57:47 MST 2014
Hi,

I have also downloaded the sample codes from Embedded Artists web portal and getting same error ie CMSIS.... not found.
Can you please let me know that how you resolved the issue.
0 Kudos
Reply

2,732 Views
lpcware
NXP Employee
NXP Employee
Content originally posted in LPCWare by surendra22feb on Sun May 04 22:54:51 MST 2014
Thank You very much for help now its working  :)
0 Kudos
Reply

2,732 Views
lpcware
NXP Employee
NXP Employee
Content originally posted in LPCWare by capiman on Sun May 04 10:36:19 MST 2014
According your error message, it is NOT the include file, which is not found, but it is the library "CMSISv1p30_LPC17xx", which is missing.


0 Kudos
Reply

2,732 Views
lpcware
NXP Employee
NXP Employee
Content originally posted in LPCWare by surendra22feb on Sat May 03 23:16:36 MST 2014
Hello every 1 I have lpc17xx_xpr_bb_130125 (1).zip for LPC1769 I tried to build project UART but I am getting this error 

c:/nxp/lpcxpresso_7.1.1_125/lpcxpresso/tools/bin/../lib/gcc/arm-none-eabi/4.8.3/../../../../arm-none-eabi/bin/ld.exe: cannot find -lCMSISv1p30_LPC17xx
collect2.exe: error: ld returned 1 exit status
make: *** [uart2.axf] Error 1

and I bulid all related libraries including lCMSISv1p30_LPC17xx but still getting error. I checked In Properties--> C/C++ Build-->Settings--> MCU C Compiler--> Includes       In Include path I checked all libraries are present. Those libraries are "${workspace_loc:/Lib_CMSISv1p30_LPC17xx/inc}"
"${workspace_loc:/Lib_EaBaseBoard/inc}"
"${workspace_loc:/Lib_MCU/inc}"
Please any 1 help me.
Here I am adding the zipped file of project and I am using LPC 1769 EA Baseboard.
                                                                                                                                                                                  Thank You.
0 Kudos
Reply

2,732 Views
lpcware
NXP Employee
NXP Employee
Content originally posted in LPCWare by surendra22feb on Wed Apr 30 11:27:17 MST 2014
Thank You soo much I will try this  :)
0 Kudos
Reply

2,732 Views
lpcware
NXP Employee
NXP Employee
Content originally posted in LPCWare by surendra22feb on Wed Apr 30 11:26:05 MST 2014
Thank You Sooo much I will try this  :)
0 Kudos
Reply

2,732 Views
lpcware
NXP Employee
NXP Employee
Content originally posted in LPCWare by surendra22feb on Wed Apr 30 11:26:02 MST 2014
Thank You Sooo much I will try this  :)
0 Kudos
Reply

2,732 Views
lpcware
NXP Employee
NXP Employee
Content originally posted in LPCWare by cfb on Wed Apr 30 06:38:58 MST 2014
Alternatively you can register your details on the Embedded Artists Product Support page. If they have your EA baseboard purchase information you will then be able to download a 655Kb file of sample applications specially designed for use with the LPC176x on the EA baseboard.
0 Kudos
Reply

2,732 Views
lpcware
NXP Employee
NXP Employee
Content originally posted in LPCWare by lpcxpresso-support on Wed Apr 30 00:10:32 MST 2014
I presume that you are using an LPCXpresso1769 board mounted onto an Embedded Artists LPCXpresso baseboard. In which case I think that LPCOpen for LPC1769 is probably the best starting point for you.

http://www.lpcware.com/content/nxpfile/lpcopen-software-development-platform-lpc17xx-packages

Regards,
LPCXpresso Support
0 Kudos
Reply