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
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.
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.