Hi!
I've measured the Clock_getTicks() accuracy and I found that it is inaccurate. It runs 0.7899 time slower.
The configuration:
var Clock = xdc.useModule('ti.sysbios.knl.Clock');
Clock.tickPeriod = 1000; // 1ms
What could be the error?
Best regards,
Lajos