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.

help on using instrumentation load modules on sysBios 6.34.4.22 with C6657 DSP

Other Parts Discussed in Thread: SYSBIOS

I am running sysBios 6.34.4.22 on C6657 and would like to use the following to sysbios cfg file according to http://processors.wiki.ti.com/images/f/f6/Spruex3e.pdf section 7.2.1 and 7.2.2, but I could not get the definition of structure Load_Stat, nor can I link function Load_getGlobalHwiLoad(); Is there anything I miss or is there an updated document which I should check?

var LoggerBuf = xdc.useModule('xdc.runtime.LoggerBuf');
var Load = xdc.useModule('ti.sysbios.utils.Load');
var Diags = xdc.useModule('xdc.runtime.Diags');
var loggerBuf = LoggerBuf.create();
Load.common$.logger = loggerBuf;
Load.common$.diags_USER4 = Diags.ALWAYS_ON;