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.

[参考译文] LP-MSPM0G3507:关于温度传感器的 AD 计数采集方法

Guru**** 2482155 points
Other Parts Discussed in Thread: MSPM0G3507, SYSCONFIG

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

https://e2e.ti.com/support/microcontrollers/msp-low-power-microcontrollers-group/msp430/f/msp-low-power-microcontroller-forum/1249941/lp-mspm0g3507-about-ad-count-acquisition-method-of-temperature-sensor

器件型号:LP-MSPM0G3507
主题中讨论的其他器件:MSPM0G3507SysConfig

你好。

我想实施一个温度测量流程、但没有工作、我希望获得支持。
我们使用"MSPM0G3507 PG2.0"和"mspm0_SDK_1_00_01_03"检查操作。

使用示例工程"adc12_single_conversion_vref_internal_LP_MSPM0G3507_nortos_ticlang"、
我要获取温度传感器的 AD 计数。
在 SysConfig > Analog > ADC12 > ADC12_0 > Basic Configuration > ADC Conversion Memory Configurations > ADC Conversion Memory0 Configuration 屏幕上、单击
输入通道设置为通道3。  这与数据表中描述的一致性。

进行此更改后、我执行了该更改、但 adcResult 保持为0。
采集方法是否存在错误?
请确认。

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

    >输入通道设置为通道3。  这与数据表中描述的一致性。


    我注意到通道设置中有一个错误。

    我修复了它、现在我可以获取传感器计数。