I keep receiving two errors listed from the ConfigTools in MCUXpresso for our work with the LPC55S06 that were not expected, yet the code compiles & looks just fine!
Error:
Error:
I have scrubbed my project & the MEX but can't find these issues! What is causing these errors?
Hello @jmreina,
Commonly these kinds of errors are related with their missing drivers in the toolchain/IDE project.
You could fix it by going to Problems View. Usually, it is at the right bottom corner, but if you cannot see it, you could enable the view going to Window -> Show View -> Problems.
[How to Show Problems View]
In Problems View you might see the related ConfigTools problems that may need to be solved. You can solve some of them (those with a lightbulb next to Error) by doing a right click on them, a list of available solutions will appear, and you could choose the one that you need.
[Problems View in Peripherals' Config Tools]
Just for double check, could you please check the Problems View and solved the related problem?
Best regards, Raul.