Hello Peter ,
From the Kinetis SDK API Reference Manual , 6.3.2 CADC Driver model building
"
CADC module has two ADC converters, ConvA and ConvB, which are the two
independent sample and hold (S/H) circuits. They can work simultaneously or individually for each
conversion. The driver provides APIs to configure each converter separately.
"
So i think the ADCA_IRQn is the interrupt for ConvA, ADCB_IRQn is for ConvB.
And the CADC interrupt , you can see here : 6.3.4 CADC Interrupt .
And you can see , there is little information about CADC , so in my opinion , i recommend you use the ADC16 .
Also , in the KSDK-PE project , there have “fsl_adc12” component , we can directly use it .

Have a great day,
Alice
-----------------------------------------------------------------------------------------------------------------------
Note: If this post answers your question, please click the Correct Answer button. Thank you!
-----------------------------------------------------------------------------------------------------------------------