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.

[参考译文] MSP430FR2355:内部温度传感器转换问题

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

https://e2e.ti.com/support/microcontrollers/msp-low-power-microcontrollers-group/msp430/f/msp-low-power-microcontroller-forum/1165695/msp430fr2355-internal-temperature-sensor-conversion-problem

器件型号:MSP430FR2355

您好!

我使用的是具有上述器件型号的 MC、我正在尝试了解如何将内部温度传感器的原始 ADC 数据转换为有效温度值。

ADC 配置为分辨率为10位、内部基准电压为1.5V。 我在 用户指南中找到了某种转换公式、但我无法理解如何在公式中设置值。
正如我所理解的公式(在下图中)、VT 是测得的 ADC 值、V30c 是 TLV 的校准值。

例如、如果温度传感器 ADC 值为540 (十进制)、而 V30c 校准值为16383、如何获得温度摄氏度?

提前感谢您!

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

    您好!

    MSP430FR2355具有一个示例代码、可从温度传感器读取温度并将其转换为摄氏和华氏温度。  建议查看 MSP430FR235x_ADC12_16.c 以获得良好的参考。 ADC ISR 具有用于转换读数的公式、它同时利用两个校准因子。

    此致、

    Luke