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.

[参考译文] MSP430F6723A:XT1振荡器停止

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

https://e2e.ti.com/support/microcontrollers/msp-low-power-microcontrollers-group/msp430/f/msp-low-power-microcontroller-forum/807795/msp430f6723a-xt1-oscillator-stops

器件型号:MSP430F6723A

32768Hz 晶振连接到 XT1。 对于某些器件、XT1有时会被停止、而 REFOCLK 开始被使用。

我们使用以下命令重新启动 XT1:  

UCSCTL7 &=~(XT1LFOFFG | DCOFFG);

SFRIFG1 &=~OFIFG /*清除 OSC 故障标志*/

但我们无法重新启动 XT1。

只有使用硬件复位、我们才能重新启动 XT1。

我们需要您的建议来解决这个问题。