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;