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.