The beginning of a story is here:
The ADC configuration looks like that:
AdcRegs.ADCSOC5CTL.bit.CHSEL = 5;
AdcRegs.ADCSOC5CTL.bit.TRIGSEL = 5;
AdcRegs.ADCSOC5CTL.bit.ACQPS = 6;
Now the task is to configure the ADC channel #5 to be triggered by Timer0 interrupts rather than of EPWM1A ones.
Suppose, the value of AdcRegs.ADCSOC5CTL.bit.TRIGSEL should be corrected from =5 to something different?
Where to find the que?
Thanks.