A hardware reset might have occurred

取消
显示结果 
显示  仅  | 搜索替代 
您的意思是: 
已解决

A hardware reset might have occurred

跳至解决方案
1,205 次查看
dkelly
Contributor I
HCS12NE64 with PE Micro USB Multilink in Codewarrior often (but not always) produces the message, "A hardware reset might have occurred".

In the past have had code which always produced that message but was never sure what I did that put an end to it. Never could narrow it down to a single line of code, only a general region.

Am pretty sure my CPU is *not* executing a RESET as my variables are not being cleared by Init().

Is this message something for concern? The "might" choice of words suggests the PE Micro developers gave up on trying to absolutely state a RESET has occurred.
标签 (1)
标记 (1)
0 项奖励
1 解答
411 次查看
Lundin
Senior Contributor IV
The message means that the BDM lost contact with the CPU. There could be several causes. HW reset, changing the bus clock through the PLL, self-clock mode (external oscillator malfunctioning), noise on the BDM signal line (no pull-up or too long cable), buggy code jumping to wrong addresses etc etc.

So this may or may not be an issue, depending on the cause of the lost connection.

在原帖中查看解决方案

0 项奖励
1 回复
412 次查看
Lundin
Senior Contributor IV
The message means that the BDM lost contact with the CPU. There could be several causes. HW reset, changing the bus clock through the PLL, self-clock mode (external oscillator malfunctioning), noise on the BDM signal line (no pull-up or too long cable), buggy code jumping to wrong addresses etc etc.

So this may or may not be an issue, depending on the cause of the lost connection.
0 项奖励