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.

TMS320F2800157: Debugging FreeRTOS application with CCS V20.3

Part Number: TMS320F2800157
Other Parts Discussed in Thread: SYSCONFIG, , C2000WARE

How to get detailed information about FreeRTOS objects when debugging an application for TMS320F2800157 using CCS V20.3.x? Even if selecting "Enable ROV settings" in the FreeRTOS section of Sysconfig, there is only very basic information shown in the "Runtime (RTOS) Objects" view:

image.png  

image.png

Is there any other extension / plugin available for CCS V20.3 to retrieve more detailed information about runtime state of the FreeRTOS system?

  • Josef,

    Have you referred to this collateral on ROV? Will connect you with our CCS experts for further questions. 

    Best Regards,

    Aishwarya

  • Hello,

    The information visible in the RTOS view will vary on the dependent SDK (C2000Ware in this case). If there is no associated SDK, then only very basic information will be available. If you are referencing an SDK, then it could be that the SDK does not have this information.

    I will bring this thread to the attention of the device experts for further comment.

    Thanks

    ki

  • Hi Josef,

    There are more detailed views available in the ROV provided in C2000Ware. To access this ROV instead of the default CCS ROV, you can upgrade to the latest C2000Ware v6.00.01. Alternatively, to enable it in CCS 20.3 with your existing C2000Ware (5.02+), you can follow the steps mentioned in this thread

    Regards,

    Arnav

  • Hello Aishwarya.

    I've seen this item in the documentation already. But for TMS320F280015x MCUs I did not find any SDK (as referred in screenshot for MSPM0) that could be installed.

    BR

    Josef

  • Hello Arnav.

    I had already C2000Ware v6.00.00 installed. Using the config file as described in the thread you mentioned did not solve the the issue, as the .js file as referenced in this config file is not part of v6.00.00.

    Upgrading to C2000Ware v6.00.01 finally solved the issue. Now I can review runtime properties of tasks, timers etc.of FreeRTOS within the "Runtime (RTOS) Objects" view.

    Thanks for your support!

    Josef