void main(void) {
/* put your own code here */
SetBusCLK_80M();
uart_init();
SciSendStr("TianTian");
EnableInterrupts;
for(;;) {
_FEED_COP(); /* feeds the dog */
} /* loop forever */
/* please make sure that you never leave main */
}作者: 七彩 时间: 2010-2-16 18:35
能够倍频这么高吗作者: changhao 时间: 2010-3-20 13:44 回复 2#王怀玉