Hi I have a question about f28377d' adc channels,
AdcaRegs.ADCSOC0CTL.bit.CHSEL = 0; ///this line defines the ANA09 as adc input
AdcaRegs.ADCSOC0CTL.bit.CHSEL = 1; ///this line defines the ANA11 as adc input
AdcaRegs.ADCSOC0CTL.bit.CHSEL = 2; ///this line defines the ANA15 as adc input
AdcaRegs.ADCSOC0CTL.bit.CHSEL = 3; ///this line defines the ANA17 as adc input
AdcaRegs.ADCSOC0CTL.bit.CHSEL = 4; ///this line defines the ANA21 as adc input
AdcaRegs.ADCSOC0CTL.bit.CHSEL = 5; ///this line defines the ANA23 as adc input
it is okay so far, but after CHSEL6 there is no analog pin to attach adc's, then why there are so much channels?
AdcaRegs.ADCSOC0CTL.bit.CHSEL = 6.....15; /// No pin defined on pinout diagram.
It is the same with the adcb, adcc and adcd. I am confused.
Have a nice day.