SPRADI0 July 2024
The Code Composer Studio (CCS) IDE also allows to profile the execution cycles for application code. The clock tool available with CCS allows to get the point-to-point cycle count information. To use the CCS for profiling, import the MATLAB generated project in the CCS environment by opening CCS and selecting Import CCS project under the Project tab. Browse to the MATLAB project folder location and import the project. Once imported, the project should be available in the Project Explorer in CCS window. Connect the hardware and debug the project to load the .out file on the C2000 device.
Once the project is loaded, the clock tool can be enabled for use. Detailed description on how to use the Code composer studio for profiling is given in the link - Profiling on C28x Targets.