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