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.

Execution Graph Window for thread execution

Other Parts Discussed in Thread: SYSBIOS

Hi everyone,

I'd like to know why the Execution Graph Window in Code Composer Studio v.5.5 with DSP/BIOS 5.42 is not available. It do not let me the possibility to select it.

First I build my project, then I go to Debug->Tools->RTOS.

I'd like to have a screen like this:

Thanks,

Andrea

  • Andrea,

    If you are using DSP/BIOS, unfortunately the execution graph is not supported in CCSv5.5 anymore. Other tools are still available under Tools --> RTOS Analyzer --> RTA Legacy

    If you are using SYSBIOS, then you have the execution graph accessible via the same menu above: Tools --> RTOS Analyzer --> Execution Graph

    Hope this helps,
    Rafael
  • Hi Rafael, 

    I have this screen:


    As you can see, Exec Graph in RTA (Legacy) is not accessible.

    My goal is to see how does the interrupts works during the execution of the program (as is the previous post).

    Another thing, If I click on Printf Logs or RTA Control Panel nothing happens, that is, a screen is open but is completely blank.

    Can you help me?

    Thanks,


    Best,

    Andrea

  • Andrea,

    Andrea Rendine said:
    As you can see, Exec Graph in RTA (Legacy) is not accessible.

    That is expected. As I mentioned before, the execution graph is unsupported in CCSv5.x releases.

    Andrea Rendine said:
    Another thing, If I click on Printf Logs or RTA Control Panel nothing happens, that is, a screen is open but is completely blank.

    Unfortunately I can't reproduce this here, but I am using a simulator - perhaps you could try to run an example code using the simulator just to be sure the RTA tools are functional.

    Also, there is an old RTA troubleshooting guide that may be of help, as it contains some details about how to set your .tcf to properly send RTA data.

    http://processors.wiki.ti.com/index.php/DSP/BIOS_Real-time_Analysis_(RTA)_troubleshooting

    Also, sections 3 and 4 of the Troubleshooting CCSv5 page are usually helpful to overcome glitches in the GUI and the debugger.

    http://processors.wiki.ti.com/index.php/Troubleshooting_CCSv5

    Hope this helps,

    Rafael

  • Hi Rafael,

    I follow the guides but again nothing happen.

    ---How can I see the "Logs" and "Stats"?

    ---I have the CCS 5.5 and DSP 5.42 it is a problem?


    Thanks,


    Andrea