Hello,
I'm trying to use the ADC on an LPC845. I've done so successfully in the past with an older version of the IDE and SDK. With the latest version I get an error saying that the fsl_power driver is missing.
I can right click on the error. That gives me this option: "Add component power_no_lib into the project". That doesn't work.
fsl_power.h and fsl_power.c are in the driver directory and I #include "fsl_power.h" without issues. The power driver is also selected in the SDK configuration.
I hope someone can shine some light on what's going on and how to fix it.
Tom