LPCXpresso Creating new project without LPC open

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

LPCXpresso Creating new project without LPC open

392 Views
lpcware
NXP Employee
NXP Employee
Content originally posted in LPCWare by reedomneck on Sat May 21 02:15:02 MST 2016
Hi

I am new to LPCcontroller and LPCXpresso IDE.
Iam using LPCXpresso v8.1.4 version IDE and LPC1768 controller for my project.
I Have created new project by selecting C project(NOT LPCOPEN) without selecting CMSIS core lib and CMSIS DSP lib and in main file i am seeing the below code
#ifdef __USE_CMSIS  //Its not defined.
#include "LPC17xx.h"
#endif
Why this __USE_CMSIS is not defined.

Also tried by selecting CMSIS DSP lib as  CMSIS_DSPLIB_CM3 even though the same result.

Can any one please suggest me on this and how to proceed at least to enable all UART...
0 Kudos
2 Replies

246 Views
lpcware
NXP Employee
NXP Employee
bump
0 Kudos

246 Views
lpcware
NXP Employee
NXP Employee
Content originally posted in LPCWare by lpcxpresso-support on Mon May 23 04:28:13 MST 2016
The LPCXpresso IDE new project wizard for the LPC1768 provides the opportunity to both import (into your workspace) and then reference the imported CMSIS library into your project. I suggest you re-create your project and follow the CMSIS library options provided.

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

Yours,

LPCXpresso-support
0 Kudos