LPCXpresso Creating new project without LPC open

取消
显示结果 
显示  仅  | 搜索替代 
您的意思是: 

LPCXpresso Creating new project without LPC open

987 次查看
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 项奖励
回复
2 回复数

841 次查看
lpcware
NXP Employee
NXP Employee
bump
0 项奖励
回复

841 次查看
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 项奖励
回复