Hey Dan, as the hardware breakpoints are working with your code, I suspect that the GDB agent is trying to use software breakpoints for the single step. You could try to the command "set breakpoint auto-hw on" to force the GDB agent to use hardware breakpoints explicitly. Please refer to SLAU688 chapter 3.2.2.2.2 GDB Breakpoints for more details. Thanks, Bob Heilmaier
↧