Hello,
using MCUXpresso 11.4.1, I've downloaded LPC5526 SDK and created a new project via the "New project" wizard (from Quickstart Panel).
To generate a "full" project, I enabled all drivers and utilities. After clicking "Finish" button, I see the following popup window:
Why is this?
Solved! Go to Solution.
I think I found it:
"New project" wizard allows me to select both components "assert_lite" and "assert" (i.e. I clicked on "select all"). This will automatically select "debug_console" and "debug_console_light". Apparently the latter two conflict.
So I deselected the *_lite components and everything imported flawlessly.
I think I found it:
"New project" wizard allows me to select both components "assert_lite" and "assert" (i.e. I clicked on "select all"). This will automatically select "debug_console" and "debug_console_light". Apparently the latter two conflict.
So I deselected the *_lite components and everything imported flawlessly.