This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

CCS/TMS320F28335: CCS/TMS320F28335

Part Number: TMS320F28335


Tool/software: Code Composer Studio

Hallo,

i use Matlab/Simulink to generate an CCS-Project. To see the CPU-Load while running the Matlab generated code i want to use RTOS-Analyzer.

To configure this and enable the UIA i need an "application’s configuration file (*,cfg)“ in the Projekt. The Matlab generated projekt done't have a file like this.

How can i add such a file to the Matlab generated Projekt (normal CCS- Projekt), to do the Settings for the RTOS-Analyzer ?

 

If i want to start the Load Analysis ( Tools -> RTOS Analyzer -> Load Analysis) i get the following error.

Is this error related to the non-existing  (*,cfg) file and is solved after solving the first question?

If not how I can specify a custom UIA configuration ?

 

Software Information:

Version:  CCS 7.3.0

               Matlab2017b

               Windows 8

 

many thanks

Florian

  • Hi,

    This feature is specific to TI.

    When we generate code from MATLAB we have baremetal scheduler with no RTOS.

    So it unclear if we can use the TI-RTOS analyzer with this application.

    We provide a similar feature for real time execution profiling and more details of the same is available as below.

    Please do let us know if this feature serves your purpose.

    Regards,

    Venkatesh C 

  • Florian,

    To get CPU Load with TI-RTOS and CCS's tools, you need to enable logging in the .cfg file. This can be done with using the LoggingSetup module. Please refer to the UIA product for more details.

    Todd