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

How to set access breakpoints for target hardware debug?

I'm trying to set a data breakpoint with such condition:
_RWORD(0x3e78)==0x0010105B.

I tried the access breakpoint:
expression: 0x3e78
Expression: 0x3e78
Access: Write
Size: 4 Bytes
count: 1
It works to break the program while writing the address

But if I added the command:
_break_=(_RWORD(0x3e78)==0x0010105B )
in breakpoint settings. then such a breakpoint never works.

Do you guys have any idea on this?

Thanks

0