Can CW debugger do hardware breakpoints?
Can CW do hardware breakpoints, specifically on the STM32, but in general on any ARM that supports them? If so, how? If not, when? Thanks.
-
Yes. They are used by default when you set a breakpoint in read-only memory. You can force a software breakpoint set in RAM to be a hardware breakpoint by setting the Use hardware breakpoint check box on the breakpoint edit dialog (right click on the breakpoint in the breakpoint window and select Edit).
Regards,
Jon Elliott
Please sign in to leave a comment.
Comments
1 comment