在有时候调试dubug的时候,会出现这个错误
**cannot set breakpoint(s) **
-HW breakpoint:all breakpoints in use.
-SW breakpoint:cannot write ti memory. **
这个的意思就是断点设置数量过了,如果设置完了6个断点,继续往下设置的话就不会成功,会提示这个错误
还有如果设置6个断点也会出现的一个警告是
This target device does…defined breakpointsl
Please reduce the number…and start again.
这个报错的原因是设置了六个断点,如果想要消除就设置成五个
以上反正是本人碰到这个问题解决的放大,如果有错误望大家海涵