Does anybody know if uVision Debugger support data pattern match break? If the data/(or address ) in Mem/(location) or register/(address) matches my expected pattern, i.e 0x55, I want the debugger breaks so that I can check something. Does uVision support this? Thanks.
Thanks a lot! Actually I should ask like these:
For simulator, no matter which MCU, did you use the Access Breakpoint feature for memory/registers? How it works?
For hardware, for Cortex M3, M4, there are ETM cell built inside the MCU, but for Cortex M0, there are not. So even the uVision support Breakpoint access, if no ETM inside the MCU, it is useless.