在线时间0 小时
UID319324
注册时间2011-9-22
NXP金币0
该用户从未签到
新手上路

- 积分
- 173
- 最后登录
- 1970-1-1
|
发表于 2014-1-7 17:04:27
|
显示全部楼层
回复:KL14看门狗
回复第 4 楼 于2013-11-01 09:54:22发表:
我也遇到类似的问题,发现在这里
void start(void)
{
/* Disable the watchdog timer */
// SIM_COPC = 0x00;
#ifndef CMSIS // If conforming to CMSIS, we do not need to perform this code
/* Copy any vector or data sections that need to be in RAM */
common_startup();
#endif
sysinit();
#ifndef CMSIS // If conforming to CMSIS, we do not need to perform this code
main();
while(1);
#endif
}
楼上正解,谢谢分享!!
|
|