Other Parts Discussed in Thread: MSP430F5438A 请注意,本文内容源自机器翻译,可能存在语法或其它翻译错误,仅供参考。如需获取准确内容,请参阅链接中的英语原文或自行翻译。 https://e2e.ti.com/support/microcontrollers/msp-low-power-microcontrollers-group/msp430/f/msp-low-power-microcontroller-forum/709630/msp430f5438a…
Other Parts Discussed in Thread: MSP430F5438A 以下程序是MSP430F5438A ADC片内温度传感器的配置及读取函数,不知道读取的ADC_CH10数值误差大不大,想知道片内温度转化公式,希望有知道的大神帮忙解决一下,谢谢!!!附上以下代码,代码中的公式用在149是可以的,5438A应该是其他公式??
#include "Adc12_Temp.h"
u16 results[5]={0};
/******************************…