Hello,
I'm able to set the system tick period at configuration:
var ti_sysbios_knl_Clock = xdc.useModule('ti.sysbios.knl.Clock');
ti_sysbios_knl_Clock.tickPeriod = 1000; //1ms.
Now how to do this in the code. I also want to read it at runtime. How to do this?
Simon
tms570, ccs5.1, xdc 3.20.8.88