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.

MSP430低功耗模式4.5

Other Parts Discussed in Thread: MSP430F5340

MSP430F5340,用外部晶振24.576Mhz,用用户指南的方法

                PMMCTL0 |= PMMPW;

                PMMCTL0 |= PMMREGOFF;

_bis_SR_register(GIE+CPUOFF+OSCOFF+SCG1+SCG0);

会不断复位,求解