fsl_plu.h: No such file or directory

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

fsl_plu.h: No such file or directory

Jump to solution
1,240 Views
bressan
Contributor III

Using MCUXpresso, trying to build an LPC55S69 or LPC55S28 project with PLU, I get the message:

board/peripherals.h:17:10: fatal error: fsl_plu.h: No such file or directory

What can I do?

Edit:

To reproduce this error,

- create project in MCUXpresso with LPC55xx

- use Pin Tool to configure a few pins for usage as PLU

- build

0 Kudos
1 Solution
1,118 Views
diego_charles
NXP TechSupport
NXP TechSupport

Hello,

Since the Config tools do not add the files required for peripherals like PLU on an existing project. 

You can do the following steps. 

1) left click on the project

2) go to SDK mangement->manage SDK components

3) Add the driver for PLU and compile. 

manage sdk components.png

Please let me know if you have further issues!
Have a great day,
Diego

-------------------------------------------------------------------------------
Note:
- If this post answers your question, please click the "Mark Correct" button. Thank you!

- We are following threads for 7 weeks after the last post, later replies are ignored
Please open a new thread and refer to the closed one, if you have a related question at a later point in time.
-------------------------------------------------------------------------------

View solution in original post

2 Replies
1,119 Views
diego_charles
NXP TechSupport
NXP TechSupport

Hello,

Since the Config tools do not add the files required for peripherals like PLU on an existing project. 

You can do the following steps. 

1) left click on the project

2) go to SDK mangement->manage SDK components

3) Add the driver for PLU and compile. 

manage sdk components.png

Please let me know if you have further issues!
Have a great day,
Diego

-------------------------------------------------------------------------------
Note:
- If this post answers your question, please click the "Mark Correct" button. Thank you!

- We are following threads for 7 weeks after the last post, later replies are ignored
Please open a new thread and refer to the closed one, if you have a related question at a later point in time.
-------------------------------------------------------------------------------

1,118 Views
converse
Senior Contributor V

Provide more information? You've not given sufficient details for anybody to help you...

0 Kudos