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/TMS320F28069: Load.taskEnabled, Load.swiEnabled, and Load.hwiEnabled not working?

Part Number: TMS320F28069
Other Parts Discussed in Thread: SYSBIOS, CCSTUDIO

Tool/software: TI-RTOS

I am trying to log Task, Hwi, and Swi loads in my application which uses TI-RTOS 2.16.1.14.  Per the CCS* help for "module ti.sysbios.utils.Load", I have the following set in app.cfg:

var Memory = xdc.useModule('xdc.runtime.Memory');
Memory.defaultHeapSize = 1024;
var Load = xdc.useModule('ti.sysbios.utils.Load');
Load.hwiEnabled = true;
Load.swiEnabled = true;
Load.taskEnabled = true;

However, when I call Load_getTaskLoad(), Load_getGlobalSwiLoad(), or Load_getGlobalHwiLoad(), the function(s) return false, indicating failure.  I was able to get the functions to return true (indicating success) if I enable the following as well:

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

It seems like Load.hwiEnabled, Load.swiEnabled, and Load.taskEnabled only work when their respective LoggingSetup.load*Logging is enabled as well.  Shouldn't it be possible to enable Load data gathering Hwi, Swi, and Task without logging them?

* Help > About Code Composer Studio > Version: is blank, so I'm not sure about the version.  Under Installation Details, I have the following:

CCS and SAT Common Components Feature 6.1.1.201508201800
CCStudio p2 Tool Feature 6.0.0.201410081509
CCSv6 Service Release Windows 6.1.1.00022