问题:
打断点后,运行过程中会有如下提示:

初衷是想取消这个提示框。
结果:
NXP的IDE允许最多打2个断点,如果超过2个断点后,就会弹出Warning提示框,目前解决方法就是减少断点。
NXP (well: Freescale) decided to implement only 2 Hardware breakpoints
in the L series (ARM Cortex-M0 would allow 1, 2, 3 or 4). So the
Kinetis L allows you only to set 2. If you set 3, you get that
warning.
NXP的L系列IDE仅支持设置两个硬件断点,超出此限制将触发Warning提示。这个问题源于Kinetis L系列CPU仅有的两个硬件断点。若要消除警告,需减少设置的断点数量。
767

被折叠的 条评论
为什么被折叠?



