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.