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.

CCS/TMS320F28335: ADC channel assignment in "HVACI_Sensored"

Part Number: TMS320F28335
Other Parts Discussed in Thread: CONTROLSUITE

Tool/software: Code Composer Studio

Hi community,

I'm learning using ADCs. According to SPRU812, when operating in single 8-state sequencer (SEQ1), only CONV00 to CONV07 are allowed to be assigned to ADCCHSELSEQ1. However, in "HVACI_Sensored" code, (C:\ti\controlSUITE\development_kits\HVMotorCtrl+PfcKit_v2.1), we have :

AdcRegs.ADCCHSELSEQ1.bit.CONV02 = ChSel[2];   where ChSel[2] is "9" ! in other words, ADC B1 is assigned to ADCCHSELSEQ1. Isn't it contrary to the Table1-2 of SPRU812 ?

Regards.