Create new empty project

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

Create new empty project

跳至解决方案
1,622 次查看
hugo_nicolas
Contributor II

Hello,

How can I create a clean new empty project (not an example, and not using a demo board) , which includes specific drivers and all the needed files for these drivers ?

When I create new project using MCUXpresso IDE, I only have the source with the main.c but how do I include/create all the drivers and other necessary files to these drivers ? (fsl_gpio.h, fsl.i2c.h, libs ...)

( I am using LPC5411X MCU)

Thank you very much in advance for your answer,

Best regards

Hugo

标签 (1)
标记 (1)
1 解答
1,542 次查看
BlackNight
NXP Employee
NXP Employee

Use the 'New project...' item:

pastedImage_1.png

Then select your CPU (I assume you have loaded the SDK from Welcome | MCUXpresso SDK Builder ) and then you can select/add your drivers as you want:

pastedImage_1.png

I hope this helps,

Erich

在原帖中查看解决方案

1 回复
1,543 次查看
BlackNight
NXP Employee
NXP Employee

Use the 'New project...' item:

pastedImage_1.png

Then select your CPU (I assume you have loaded the SDK from Welcome | MCUXpresso SDK Builder ) and then you can select/add your drivers as you want:

pastedImage_1.png

I hope this helps,

Erich