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.

msp430f0736 内部DCO振荡器失效标志置位



请教下各位:程序一直卡在   

do
{
        UCSCTL7 &= ~(XT2OFFG |XT1LFOFFG | DCOFFG);//
        // Clear XT2,XT1,DCO fault flags
        SFRIFG1 &= ~OFIFG;                  // Clear fault flags 

        __delay_cycles(1000);
            
} while (SFRIFG1 & OFIFG);              // Test oscillator fault flag

仿真得内部DCO振荡器失效标志置位,是哪里的问题呢?