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

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

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

417 Views
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

Labels (1)
Tags (3)
0 Kudos
2 Replies

298 Views
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 Kudos

298 Views
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 Kudos