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.

msp430f2619 DCO配置不起作用



用TI提供的例程,设置DCO的输出时钟为8M,无时钟输出,去掉例程的下面的程序段

 if (CALBC1_8MHZ ==0xFF || CALDCO_8MHZ == 0xFF)                                      

 {      while(1);                               // If calibration constants erased                                    // do not load, trap CPU!!  

}

DCO输出为20M,时钟不可调