When I create a new LPC54S018JxM project, the SDK wizard tool requires emc and debug_console to be selected. When I deselect the emc driver or debug_console utility, I get this error.
"Unsatisfied component 'lpcxpresso54s018m' dependencies!
The following dependencies are missing: '[debug_console_lite(UTILITIES), emc(DRIVER)]'
The SDK wizard will not allow me to finish creating the project without these two components even though my project does not use them, and I can build fine without them. Why are these two dependencies required?
Solved! Go to Solution.
Hello rex_lam,
This is because when create new project we choose based on LPCxpresso54s018M board.
If you just based on CHIP LPC54S018JxM, no need choose them:
Or if enable board, then choose "empty board files" also can work.
BR
Alice
Hello rex_lam,
Do you use MCUXpresso IDE? Could you please attach your project and take a screenshot show your selection. thanks.
BR
Alice
Yes, I use MCUXpresso IDE. I apologize, as I realize I have posted the question in the SDK forum instead of the IDE forum.
I have attached a sample project.
Here is the screenshot when emc is deselected.
Here is the screenshot when debug_console is deselected.
Hello rex_lam,
This is because when create new project we choose based on LPCxpresso54s018M board.
If you just based on CHIP LPC54S018JxM, no need choose them:
Or if enable board, then choose "empty board files" also can work.
BR
Alice
Thank you for your help. Much appreciated.