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.

F280049 ADC采样参考问题

F280049C芯片的ADC参考电压引脚VREFHIA/B/C是否必须外部引入一个电压,无论在程序里面配置为内部参考和外部参考?我的状况是在VREFHIA/B/C与VREFLOA/B/C引脚外接一个电容,代码里配置为内部参考,ADCRESULT寄存器无数据输出,外部再引入一个3.3V给VREFHIA/B/C后寄存器有输出。这和我的理解有点冲突,我的理解是配置为内部参考后,无需再引入外部参考电压到VREFHIA/B/C引脚。

  • In internal reference mode, a voltage is driven onto this pin by the device. In either mode, place at least a 2.2-µF capacitor on this pin.
    内部参考不需要外接电压,但是需要外接一个电容。你的理解没问题
  • 确认问题为需要三个寄存器同时配置为内部参考,VREFHIA/B/C引脚才会有1.65V输出。我看手册上描述,外部2.5V基准对应2.5V输入电压范围,外部基准1.65V,实际对应的是3.3V输入电压范围?