Can't Set Breakpoint at 0x3d87cd: Error 0x00000008/-2047 Error during: Break Point,
Invalid CIO command (142).
出现上述问题,是因为:When debugging from internal flash memory hardware breakpoints must be used. The 28x devices have only 2 hardware breakpoints. By default, Code Composer Studio automatically sets two breakpoints for end of program and C I/O preventing you from having
any breakpoints for debugging.
解决方法:These breakpoints can be disabled by navigating to CCS menu Option -> Customize -> Program/Project/CIO and enabling the two checkboxes titled Do Not Set End of Program Breakpoint At Load and Do Not Set CIO Breakpoint At Load. Close and restart CCS and now you should have access to the 2 breakpoints.
本文介绍了解决CodeComposerStudio在内部闪存调试时硬件断点不足的问题。通过禁用默认设置的两个断点,即可释放硬件断点供调试使用。
3859

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



