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?