Why do I receive errors when attempting to use the CCS Profiler when debugging from the internal flash of the TMS320F28xxx devices?
Full profiling is not available within the flash as you only have access to 2 HW Breakpoints. The best you can get from the Profiler is by viewing the clock and resetting it at specific points. You can use the method to obtain the cycle count. To view the clock, select the following options: Profile -> Clock -> Enable Profile -> Clock -> View At this point you can set breakpoints and see the cycle count in the bottom right corner of Code Composer Studio. To reset the counter simply click on the clock.
Related Questions
- Code Composer Studio 3.3: When attempting to load my program to the flash within CCS, I receive a Data Verification Failed error. How come I cannot program the flash with the Load Program option?
- Why can I set more than 2 breakpoints and single stepping does not work properly while debugging from internal flash?
- How can I debug my program and be able to use breakpoints in CCS while running from on-chip FLASH of C28x devices?