Meaning of error messages (CW3.1 and 9S12C32)

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

Meaning of error messages (CW3.1 and 9S12C32)

1,577件の閲覧回数
JohnnyP
Contributor III

What does it mean when you press F5 to start the program and a message in the Command window says "Triggers A and B occurred" or "Illegal Breakpoint"?

 

How to start trouble shooting?  Are there clues in the other windows of the True-Time Debugger?

 

CW3.1 with a 9S12C32 

ラベル(1)
0 件の賞賛
返信
1 返信

638件の閲覧回数
CrasyCat
Specialist III

Hello

 

 

Message "Illegal Breakpoint" pops up if application reaches a BGND instruction, while there is no breakpoint defined at that location.

 

Are you using BGND in your application?

If not the code my have jumped to an invalid location for some reason.

 

"Triggers A and B occurred" may arises if you have defined triggers in a previous debug session and the markpoint or the DBG module has not been reset for some reason.

Click right in the source window and select "Show Breakpoints". Switch to Markpoint tab and delete all markpoints.

You can try to switch the board OFF and ON again after a minute. That should reset the DBG module.

 

CrasyCat

0 件の賞賛
返信