I am trying to learn how to use the ADC on the NXP LPC55S06. I copied and pasted an NXP example project into the MCUXpresso IDE, but I am receiving errors for the line
#include "fsl_adc.h" .
I do not know how to resolve this issue, so if anyone can help, I would greatly appreciate it.
Thanks in advance.
Hello caden013,
There is ADC demo under SDK, it support MCUXpresso, can directly open it.
Download from: https://mcuxpresso.nxp.com/en/select
Choose LPC55s06.
BR
Alice
Thank you.
I noticed that the demo project uses the on-board temperature sensors, but I want to be able to take in analog inputs, using the analog inputs header (J13). Is there another example project that explains how to do this?