在线时间393 小时
UID123826
注册时间2009-4-22
NXP金币2
TA的每日心情 | 难过 2021-12-15 16:01 |
---|
签到天数: 1 天 连续签到: 1 天 [LV.1]初来乍到
中级会员
 
- 积分
- 377
- 最后登录
- 2023-8-16
|
发表于 2011-2-16 09:11:23
|
显示全部楼层
RE:PE仿真器使用出了错误
你外部有看门狗吗?如果有,可能是在仿真的时候触发了复位引起的。
如果没有,断电以后再仿真是否可以?
译器提示框为:The target MCU is not responding. Please turn MCU power off(Under 0.1V), turn MCU power on, and then click ‘OK’. This will attempt to enter debug mode through a power on reset sequence (BKGD currently is driven low).
编译器出现此提示框时,已经控制下载器将BKGD引脚拉低;此时,只要目标板为SG8单片机提供一个上电复位时序,SG8单片机就会在上电复位时采样BKGD引脚状态,当检测到BKGD引脚为低电平时,就会自动进入BDM模式,等待编译器的指令。 |
|