码迷,mamicode.com
首页 > 其他好文 > 详细

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

时间:2019-11-07 10:08:04      阅读:173      评论:0      收藏:0      [点我收藏+]

标签:nts   com   启动   ber   inf   keil   开启   device   bre   

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

技术图片

二.Ctrl+B,打开Breakpoints

技术图片

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

技术图片

技术图片

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

标签:nts   com   启动   ber   inf   keil   开启   device   bre   

原文地址:https://www.cnblogs.com/ys77/p/11809860.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!