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: TI-RTOS UIA: No CPU or Task load available



Tool/software: TI-RTOS

I configure the UIA to log the CPU, SWI, HWI, Task load using the following config:

var LoggingSetup = xdc.useModule('ti.uia.sysbios.LoggingSetup');

BIOS.logsEnabled = true;
BIOS.assertsEnabled = false;
LoggingSetup.loadLogging = true;

LoggingSetup.loadTaskLogging = true;
LoggingSetup.loadSwiLogging = true;
LoggingSetup.loadHwiLogging = true;

LoggingSetup.sysbiosLoggerSize = 65536;
LoggingSetup.loadLoggerSize = 65536;
LoggingSetup.mainLoggerSize = 2048;

I open the RTOS Analyzer -> Load analysis and check the CPU load, Task load, and execution graph

The live session and Execution graph shows data bu the CPU load and Task load shows no data.

and ROV shows that there is no records for LoadLogger