Tool/software: Code Composer Studio
Hello,
I've tried many things, but can't quite get the hwiLoad and swiLoad enabled, for ROV. Attached is a picture that shows, and below my .cfg entries that I thought would do it.
Please advise,
Robert
var Load = xdc.useModule( 'ti.sysbios.utils.Load' );
Load.updateInIdle = true;
Load.windowInMs = 250;
Load.taskEnabled = true;
Load.swiEnabled = true;
Load.hwiEnabled = true;