Quantcast
Channel: Embedded Software (Read Only)
Viewing all articles
Browse latest Browse all 25965

Forum Post: help on using instrumentation load modules on sysBios 6.34.4.22 with C6657 DSP

$
0
0

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;


Viewing all articles
Browse latest Browse all 25965

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>