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.

28335 ADC 初始化时,级联模式下设置最大通道转换数,设置与不设置对ADC转换结果没有任何影响,为什么会这样?

如图,将 AdcRegs.ADCMAXCONV.bit.MAX_CONV1=4;这条语句注销掉,相当于就是没有设置最大转换通道数,只要将转换次序选择正确,ADC转换没有任何影响。我需要转换5个ADC值,我也试过将最大转换通道数设置成0或1或2或3,对ADC转换都没有任何影响,为什么会这样?那是不是在初始化的时候可以省略配置最大通道数这一项?