I have to convert multiple adc channel,use interrupt, configration adc[0]->SC1[1] , program cannot enter interrupt, but configration adc[0]->SC1[0] is correct ,
Hi,
ADC doesn’t support the sequential conversion for multiple channels using a single software trigger. Moreover, just a SC1A (or SC1[0]) can be used for software trigger. None of the SC1B-SC1n registers are used for software trigger operation.
You should involve the PDB to trigger multiple channels. You can find several threads discussing PDB. For example
https://community.nxp.com/message/851097
https://community.nxp.com/message/867719
BR, Petr