We are running a survey to help us improve the experience for all of our members. If you see the survey appear, please take the time to tell us about your experience if you can.
How can I set a breakpoint when a specific value is written to a memory area?
I want to define the breakpoint at the following situation.
The value '0x12345678' is written to at the memory address '0x20001234'.
Thanks
An idea is the usage of BreakSet: µVision User's Guide (arm.com)