Setting a Variable Watchpoint

Tip / Sign in to post questions, reply, level up, and achieve exciting badges. Know more

cross mob
Bob_Marlowe
Level 10
Level 10
First like given 50 questions asked 10 questions asked

In PSoC Creator 2.0 it is possible to set a breakpoint that stops execution when a variable is accessed, read from or written to. The variable is given by its name and the debugger calculates its physical address (I presume).

   

When debugging a PSoC3 project I try to set a watchpoint to an address in xdata, but till now I failed with that.

   

 

   

Can anybody direct me how to set a watchpoint for a hex-address in xdata?

   

 

   

Bob

0 Likes
2 Replies