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

Posted ys77

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了keil,调试告警 This target device does not support all the defined breakpoints! Please reduce the number 相关的知识,希望对你有一定的参考价值。

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 的主要内容,如果未能解决你的问题,请参考以下文章

keil5不查版编译会报错吗?

刚装的keil4,按照教程建立了project,编程为啥出现Target not created?

keil 调试问题

keil调试问题

keil调试总跳到这,怎么回事

关于keil中target配置和scatter文件的理解