Is there a way to break when application executes from a range of addresses (like RAM)?

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

Is there a way to break when application executes from a range of addresses (like RAM)?

968件の閲覧回数
kbatke
Contributor II

I would like to set up the debugger to break whenever code executes from RAM.

 

I'm using 9S12XE and CodeWarrior 5.1

 

Thanks.

Keith Batke

ラベル(1)
タグ(3)
0 件の賞賛
返信
2 返答(返信)

849件の閲覧回数
TICS_Fiona
NXP Employee
NXP Employee

User may use Watchpoints to halt on multiple read and/or write accesses in memory. For how to use it, please view page DM259-268 in debugger manual:  http://cache.freescale.com/files/soft_dev_tools/doc/user_guide/HC12ENGINEUG.pdf

0 件の賞賛
返信

849件の閲覧回数
marius_grigoras
NXP Employee
NXP Employee

Hi,

I never used this board, but as far I know this must support watchpoints. In this case you can setup a watchpoint on the entire RAM zone.

Regards,

Marius

0 件の賞賛
返信