keil,调试告警 This target device does not support all the defined breakpoints! Please reduce the number of breakpoints and start again.

keil调试的时候告警This target device does not support all the defined breakpoints! Please reduce the number of breakpoints and start again.

“此目标设备不支持所有定义的断点请减少断点数并重新启动。”

意思是断点太多了,经过检测断点超过5个就会出现这种问题

解决方案:

继续开启调试模式,弹出告警框之后,点击确定,去掉告警框,然后再用快捷键(Ctrl+B),打开breakpoints ,能够看到所有的断点,可以选择将所有的断点去掉(kill all)或者去掉部分断点(kill selected),勾选read和write前面单选框,关闭当前弹出框,就能解决问题了。

一.开启调试,点击确定,去除Error

keil,调试告警 This target device does not support all the defined breakpoints! Please reduce the number of breakpoints and start again._第1张图片

二.Ctrl+B,打开Breakpoints

keil,调试告警 This target device does not support all the defined breakpoints! Please reduce the number of breakpoints and start again._第2张图片

三.去除断点,勾选read和write,关闭

keil,调试告警 This target device does not support all the defined breakpoints! Please reduce the number of breakpoints and start again._第3张图片

keil,调试告警 This target device does not support all the defined breakpoints! Please reduce the number of breakpoints and start again._第4张图片

你可能感兴趣的:(keil,调试告警 This target device does not support all the defined breakpoints! Please reduce the number of breakpoints and start again.)