This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
I am looking at the example adc_soc_epwm_cpu01.c
I am confused about the interrupt. In the example, it calls ADCA1 interrupt to read results for A0 pin.
So I wonder can ADCA1 interrupt be used for reading results for other pins (i.e. ADCINC3) as well. Also, can I use ADCB1, ADCC1 or ADCD1 interrupt to read pin A0?
First I thought the interrupt ISR name has to match the ADC name, but it seems like ADCx1 just matters to the priority.