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

uvision4 cannot assign debug function with access breakpoint using J-Link

Hi, I am using segger J-link with uvsion4 via J-link/J-Trace. When I try to assign a debug function with an access breakpoint (read/write from an address) it always break at that line of code instead of invoking the debug function.

I set the breakpoint as follows :
BS Write tt[19]==255, 1, "test()"

0