HC08: Watchpoint doesn't stop the program

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

HC08: Watchpoint doesn't stop the program

Jump to solution
1,381 Views
Ionut
Contributor I
Hi,
I'm using CW 5.7.0 for HCS08.
I run the application and set a watchpoint in the debugger at address 860 (I check for Write access). The problem is that when the value at 860 is changed, the program doesn't stop, although the watchpoint is enabled.
 
Also do you have any idea on how to make the debugger remember the watchpoints between sessions ? Now, if I exit the debugger, then make changes in the code, the next time I start the debugger I need to redefine the watchpoints.
 
 
Thank you

Message Edited by CrasyCat on 2007-04-13 11:25 AM

Labels (1)
Tags (1)
0 Kudos
1 Solution
497 Views
CrasyCat
Specialist III
Hello
 
This should be working. At least it worked for me on a HCS08GB60 board.
I would recommend you to submit a service request through our web site around that.
Make sure to attach a reproducible project to the SR.
 
One of our support engineer will be looking into that.
 
CrasyCat

View solution in original post

0 Kudos
3 Replies
497 Views
CrasyCat
Specialist III
Hello
 
Which connection are you using for debugging (simulator, USB Multilink, ....)?
Which MCU are you targeting (HCS08GB60, ...)?
 
Is there anything written to the command window while you are running the code?
Some times the debugger writes interesting info in there :smileywink:.
 
There is currently no way to store watchpoints before exiting from debugger.
I would recommend you to submit a feature request through the system for that.
 
CrasyCat
0 Kudos
497 Views
Ionut
Contributor I
The target is the ZigBee Evalution Board EVB 13192 with GT60. I use USB Multilink for debugging
0 Kudos
498 Views
CrasyCat
Specialist III
Hello
 
This should be working. At least it worked for me on a HCS08GB60 board.
I would recommend you to submit a service request through our web site around that.
Make sure to attach a reproducible project to the SR.
 
One of our support engineer will be looking into that.
 
CrasyCat
0 Kudos