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.

RTOS/TIDEP0025: How to display all task and interrupt execution graph using RTOS Analyzer

Genius 5840 points
Part Number: TIDEP0025

Tool/software: TI-RTOS

Hello,

I would like to display execution graph including all tasks and interrupts in TIDEP0025 project.

Would you tell me procedure to do above? 

Regards,

U-SK

  • Hi,

    You'll need to add the UIA product into your project.

    Then add LoggingSetup and enable BIOS logging in the .cfg. You can use XGCONF and see all the options for LoggingSetup (buffer sizes, etc.)

    BIOS.logsEnabled = true;
    var LoggingSetup = xdc.useModule('ti.uia.sysbios.LoggingSetup');
    LoggingSetup.sysbiosHwiLogging = true;

    Run you application for a bit. Then pause it and open Execution Graph.