Create new empty project

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

Create new empty project

Jump to solution
695 Views
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

Labels (1)
Tags (1)
1 Solution
615 Views
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

View solution in original post

1 Reply
616 Views
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