Other Parts Discussed in Thread: MSP430FR6972 请注意,本文内容源自机器翻译,可能存在语法或其它翻译错误,仅供参考。如需获取准确内容,请参阅链接中的英语原文或自行翻译。 https://e2e.ti.com/support/microcontrollers/msp-low-power-microcontrollers-group/msp430/f/msp-low-power-microcontroller-forum/1044347/msp430fr6972…
Other Parts Discussed in Thread: MSP430FR6972 请注意,本文内容源自机器翻译,可能存在语法或其它翻译错误,仅供参考。如需获取准确内容,请参阅链接中的英语原文或自行翻译。 https://e2e.ti.com/support/microcontrollers/msp-low-power-microcontrollers-group/msp430/f/msp-low-power-microcontroller-forum/1011048/msp430fr6972…
Part Number: MSP430FR6972 hello,all.
我想要用时定时器的时器去获得一个1分钟的时间间隔。我是这样做的:定时器定时60s,每隔60s串口打印输出一次信息。但是,打印信息的时间间隔总是比一分钟少几毫秒。我用示波器看了晶振的频率,频率很稳定,排除了晶振的问题。我用一个开发板串口定时向另一个开发板的串口发送信息,定时时间很准,几乎没有误差,排除了串口软件和串口的问题。现在我找不到其他原因了,希望能得到各位的指点。下边是我的程序。
/***I hope to get a…