用TI提供的例程,设置DCO的输出时钟为8M,无时钟输出,去掉例程的下面的程序段
if (CALBC1_8MHZ ==0xFF || CALDCO_8MHZ == 0xFF)
{ while(1); // If calibration constants erased // do not load, trap CPU!!
}
DCO输出为20M,时钟不可调
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.
用TI提供的例程,设置DCO的输出时钟为8M,无时钟输出,去掉例程的下面的程序段
if (CALBC1_8MHZ ==0xFF || CALDCO_8MHZ == 0xFF)
{ while(1); // If calibration constants erased // do not load, trap CPU!!
}
DCO输出为20M,时钟不可调
我用的下载方式是BSL,这样还能用上面的软件吗? 把information flash的数据读出来之后,要重新写进去,怎样才能配置成8M校准模式?还有DCO配置成最快的模式,它的频率随温度变化的范围是多少?