Content originally posted in LPCWare by drvrh on Mon Jul 13 06:55:13 MST 2015 Hello,
please tell me how to crea a new project in LPC xpresso, beacause I'm stupid and I can't create new project.
My:
File -> New ->Projects Choose LPCxpresso C project Choose LPC17 family and C project in sub menu type project name etc. uart Choose my processor Select CMSIS Core library -> Import -> Browse (Archive) dir: C:\nxp\LPCXpresso_7.8.0_426\lpcxpresso\Examples\NXP\LPC1000\LPC17xx\LPC17xx_LatestCMSIS_Libraries open and next Select all file CMSIS_CORE_LPC_17xx and CMSIS_DSPLIB_CM3 next and choose from CMSIS DISP Library to link project to: CMSIS_dsplib_cm3 next and finish
Ok now I'm start programming open uart.c file and start:
I would like write LPC_PINSEL
ok start typing LPC and press Ctrl and Space but not open, beacuse is LPC17xx.h library not included, but is, included been when create new project.
What I'm doing wrong, and why dont connect library.
Ok I must something include in Project -> Properties C/C++ Build -> settings -> and Includes in mcu c compiler But I don't know what I must included because as default include this:
"${workspace_loc:/CMSIS_DSPLIB_CM3/inc}"
It seems to me stupid for everything include this CMSIS project again, if I included when create project at the begging. Please tell me how to correct create first project.