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

二.Ctrl+B,打开Breakpoints

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


免责声明!

本站转载的文章为个人学习借鉴使用,本站对版权不负任何法律责任。如果侵犯了您的隐私权益,请联系本站邮箱yoyou2525@163.com删除。



 
粤ICP备18138465号  © 2018-2025 CODEPRJ.COM