Trigger Settings?

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

Trigger Settings?

1,798 次查看
TDKamalAru
Contributor I

Hi All,

I am seeing Trigerr settings as one of the codewarrior features. But still now i missed using that feature.I am not clear with the actual functionality of this. Could any one help me to understand about it and make me use the codewarrior effectively.

 

Thanks in Advance

Message Edited by TDKamalAru on 2009-11-29 11:09 AM
标签 (1)
0 项奖励
回复
3 回复数

1,040 次查看
J2MEJediMaster
Specialist I

Version of CodeWarrior? Processor that you are targeting?

 

---Tom

0 项奖励
回复

1,040 次查看
TDKamalAru
Contributor I

Version: CodeWarrior for Microcontrollers V6.2

Processor: MC9S08SG8

 

Apart from the version, i hope all the code waarior debugger is having these features...It has something like Trigger A, B...But i really could not able to understand what for it will used....

0 项奖励
回复

1,040 次查看
CrasyCat
Specialist III

Hello

 

Triggers provides you access to functionality of the on-chip DBG module.

They are only available for HC08 & HC12 MCU equipped with a DBG module.

 

Using triggers and configuring the Trigger Settings Windows provides you ability to track occurrence of some event. Like a very basic ICE (In circuit Emulator).

 

For instance stop application when Instruction A is executed or stop when Instruction A is executed and then instruction B.

You can also decide to store all access to a specific memory area in the trace buffer.

 

These are just example, but you can see that as an interface to the on-chip BDG module.

 

CrasyCat

Message Edited by CrasyCat on 2009-12-11 11:00 AM
0 项奖励
回复