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

Does uVision Debug feature support break on data pattern match

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.

Parents
  • I meant the uVision debugger. Like normal breakpoint, I just need the debugged code stops running when the data in the interested location match my expected value so that I will look into what is going on. Like some scope, the data pattern on the bus matches, the scope stop capturing data and present the current point and backward trace history.

Reply
  • I meant the uVision debugger. Like normal breakpoint, I just need the debugged code stops running when the data in the interested location match my expected value so that I will look into what is going on. Like some scope, the data pattern on the bus matches, the scope stop capturing data and present the current point and backward trace history.

Children