Other Parts Discussed in Thread: SYSBIOS
Hello everyone,
(target C6678, CCS 5.5, BIOS 1.25, XDCTools 3.25)
Can you tell me if the following is possible :
- have a free running timer in the background that DOES NOT interrupt the CPU
- set its start value (tickcount)
- read it's current value each time Sysbios logs an event (basically using it as the Local timestamp for the Log module)
- overwrite its current value with another one.
Basically it'd be like TSCL/TSCH except that we could overwrite it.
I'm a bit confused about how to use the Timer module to set it up like this.
It is my understanding that for C6678 I should use ti.sysbios.timers.timer64
maybe the Timer_reconfig function but I don't need a 'tickFxn' but is it the 'arg' the timerParams I need to change to override the tick count ?? Or the 'prescalar' thing ?
Thank you,
Clement