void main(void) {
/* put your own code here */
DDRB=0xff;
PORTB=0x3c;
DDRP=0xff;
CLK_init();
PWM_init();
EnableInterrupts;
for(;;) {
_FEED_COP(); /* feeds the dog */
} /* loop forever */
/* please make sure that you never leave main */
}
运行这个程序也会出问题啊,可是我把下载器拔了就能正常运行,不会停了。我觉得是不是我的codewarrior哪里设置有问题。。。 作者: 夜尽天明211 时间: 2012-4-30 10:22