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
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 :)
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.
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:
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
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.
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.
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.
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.
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.