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)?

970 次查看
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 回复数

851 次查看
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 项奖励
回复

851 次查看
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 项奖励
回复