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.

msp430f5438中内部的32768晶振内否关闭?

Other Parts Discussed in Thread: MSP430F5438

msp430f5438中内部的32768晶振内否关闭?

现在因为测试需要,需要关闭内部32768晶振,想问一下,在这款芯片中有没有相应的寄存器,能将内部32768关闭

  • REFOCLK:内部低频振荡器     OSCOFF置位可将其关闭

  • OSCOFF:这个不是关闭REFOCLK(内部低频振荡器)的,手册上说

    OSCOFF :Oscillator off.This bit,when set,turns off  the LFXT1 crystal  oscillator  when LFXT1CLK is not used for MCLK or
     SMCLK.

    我的意思是在正常模式下,将REFOCLK(内部低频振荡器)关闭,有没有这样的控制位

    因为外部32768晶振失效的时候会切换到内部REFOCLK,但是我不想让他这样;我想让让外部32768失效的时候,不进行切换到内部32768.