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.

[参考译文] MSP430I2041:VREF 外部电压生成

Guru**** 2387060 points
Other Parts Discussed in Thread: MSP430I2041
请注意,本文内容源自机器翻译,可能存在语法或其它翻译错误,仅供参考。如需获取准确内容,请参阅链接中的英语原文或自行翻译。

https://e2e.ti.com/support/microcontrollers/msp-low-power-microcontrollers-group/msp430/f/msp-low-power-microcontroller-forum/924365/msp430i2041-vref-external-voltage-generation

器件型号:MSP430I2041

尊敬的:

 我们能否在 MSP430I2041控制器中从外部设置3.3V 的 Vref 电压? 如果是、如何操作?

我已经为 Vref 引脚外部提供了3.3伏的电压、并按照下面的说明设置寄存器。 但我的输出计数在2.4V 时达到0x7fff。

SD24CCTL0 |= SD24SNGL | SD24GRP | SD24DF;
SD24CCTL1 |= SD24SNGL | SD24GRP | SD24DF;
SD24CCTL2 |= SD24SNGL | SD24IE | SD24DF;
SD24CCTL2 |= SD24SC;

请建议我如何解决此问题?

  • 请注意,本文内容源自机器翻译,可能存在语法或其它翻译错误,仅供参考。如需获取准确内容,请参阅链接中的英语原文或自行翻译。

    您好!

    根据数据表中的表5-20、外部 VREF 电压范围应介于1.0和1.5V 之间

    此致、

    James