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:MSP430I2041温度计算

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

https://e2e.ti.com/support/microcontrollers/msp-low-power-microcontrollers-group/msp430/f/msp-low-power-microcontroller-forum/923402/msp430i2041-msp430i2041-temperature-calculate

器件型号:MSP430I2041

我的问题是"使用内部温度传感器时如何计算温度图"。使用内部温度传感器的问题已经实现。我可以读取 SD24MEMx,中的 AD 值、但我不知道可以计算温度的表达式。尽管用户指南中有 温度曲线、 我无法理解、所以我需要您的帮助。请告诉我 温度计算公式。

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

    大家好 、请找到 low_level_init.c 文件作为 MSP430i20xx 代码示例(修订版 F)上 SD24校准 TLV 的参考、谢谢!

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

    大家好、我在 msp430i20xx_sd24_06.c 中找到用于计算温度的表达式。我的程序使用内部温度传感器。您能告诉我是否可以使用该表达式来计算温度。

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

    是的。 您可以在使用内部温度传感器期间使用此代码示例