Other Parts Discussed in Thread: SYSBIOS, CC3220SF
Tool/software: TI-RTOS
Hi All,
I'm using the system clock to syncronize my application to some UART packet data. I have also an external clock very accurate.
FIrst I've used the clock_settime() and clock_gettime() but the precision is very bad.
Now I'm using Clock_getTicks from xdc Module('ti.sysbios.knl.Clock') and it is very good but with a millisecond precision. I tryed to change Clock.tickPeriod from 1000 to have microsecond precision without result.
Is it possible to have microseconds precision with clock module, bios or another in CC3220SF board??
Thanks