A hardware reset might have occurred

キャンセル
次の結果を表示 
表示  限定  | 次の代わりに検索 
もしかして: 

A hardware reset might have occurred

ソリューションへジャンプ
1,348件の閲覧回数
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 解決策
554件の閲覧回数
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 返信
555件の閲覧回数
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 件の賞賛
返信