Hello everyone,
(target C6678, CCS 5.5, BIOS 1.25, XDCTools 3.25, Syst Analyser 1.3)
We'd like to use the Log XDCTools facilities (Log_write, log_print) for both logging printf data and also SYS/BIOS events (the standard logging of sysbios, i.e. Semaphore.LM_pend// Logged on calls to Semaphore_pend())
For these Log we want to use our own external timestamp.
Basically it would mean to change
var obj = new Log.EventRec// The target representation of a recorded event;
xdc.runtime.Timestamp.SupportProxy = xdc.useModule("usersTimestampProvider");
I want to make sure that if we develop our own timestamp module
it'll be used to log events instead of the C66x local timestamp ?
Thank you
Clement