This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

Access Breakpoints in uVision 4.20

Hi,

Can I set a breakpoint to trigger on write-access to a specific memory location where the value written is a specific value? The uVision help does not give this as a specific case, but alludes that it can be done.

What I want is someting like this

0x20001234==0x00000001, write access and size = 4 bytes.

The address I want to watch is on the process stack of one of my threads.

When I setup a breakpoint in this manner, it appears to trip on every access to the address irrespective of the value written.

Any help appreciated.

Regards

Andy

0