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.

msp430f6638 如何理解“解锁XT1引脚”?

程序如下:

while(BAKCTL & LOCKIO) // 解锁XT1引脚

BAKCTL &= ~(LOCKIO);

是实现BAKCTL中LOCKBAK位置零,使得Backup subsystem not locked,这和解锁XTI引脚有何关系?