I want to use the CADC driver in MCUXpresso or at least the fsl_cadc.h file to successfully initialise and do a conversion on ADCB, however I don't get this to run. Can somebody provide me an answer and explanation or an example project. I am using the MKV44F128VLF16 procesor in my project.
I am looking forward to your answers.
Hi @SAL_111,
You can use as reference the example dac_cadc from the TWR-KV46F150M SDK.
This example demonstrates how to configure the CADC and how to read CADC values.
Hope it helps you!