Search Results

Search results 41-41 of 41.

This site uses cookies. By continuing to browse this site, you are agreeing to our Cookie Policy.

  • Hello, I'm debugging my application for nrf52840 and trying to use a data breakpoint mechanism. But faced with some not understanding. I want the breakpoint to work according to the condition “the value of the variable is greater than” and I write the following expression: my_variable > 0xfe and it's not work. A breakpoints isn't active in breakpoints window. but another expression my_variable == 0xfe is worked. What am I doing wrong when describing a condition? I did everything according to the…