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.

[参考译文] MSP430FR2033:转换 ADC 以读取温度值。

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

https://e2e.ti.com/support/microcontrollers/msp-low-power-microcontrollers-group/msp430/f/msp-low-power-microcontroller-forum/1211987/msp430fr2033-adc-conversion-for-reading-temperature-value

器件型号:MSP430FR2033
主题中讨论的其他器件: MSP430FR4133

如何对 Msp430FR2033的温度值进行模数转换。 现在、我正在使用一个 Torrey 板、向其中添加 ADC 函数。 这样做的目的是、我需要知道从 Msp430FR2033读取的温度模拟值、然后将其转换为数字值。 通过这么做、通过参考数据表、我发现温度引脚位于 U401、引脚15 (A8)和引脚16 (A9)。 然后、我希望在调试期间从它们中读取值。 我想问一下如何启用引脚和计算转换。

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

    大家好

    请检查 MSP430FR413x 、MSP430FR203x 代码示例(修订版 H)上的 msp430fr413x_ADC10_16.c 示例代码

    谢谢

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

    您好、Xiaodong、我想确认 msp430fr413x 的编码 是否能够在 Msp430FR2033上运行?
    谢谢

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

    您好、Hong Zhuang Yuan

    可以。 针对 msp430fr413x 的编码能够在  Msp430FR2033上运行

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

    谢谢您、Xiaodong Li、我想问一下  msp430fr413x.c 的.h 文件  

    我只能通过右键单击找到 msp430fr2033.h 文件 在 msp430fr413x.c 命令中、单击"打开声明(F3)"、它会定向到包含许多 msp430.h 文件的 msp430.h 文件。

       

    在这些.h 文件中、只有 msp430fr2033.h 能够右键点击以打开声明并找到其文件位置、而其他文件不能包含 msp430fr413x.h

    我要使用 ADC 的 msp430fr413x.h 运行 msp430fr413x.c。  如何查找 msp430fr413x.h 文件? msp430fr413x.c 需要使用与 msp430fr413x.h 相同的名称.h 文件、还是可以是 msp430fr2033.h?

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

    您好、Hong Zhuang Yuan  

    我们有 msp430fr4133.h 和 msp430fr2033.h 头文件都在... CCS\ccs_base\msp430\include 文件夹

    谢谢