Tool/software:
i'm using itm logs i get the timing in above format not able to understand what they are is there any way to keep those timings to milliseconds from boot?
This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
Tool/software:
i'm using itm logs i get the timing in above format not able to understand what they are is there any way to keep those timings to milliseconds from boot?
Hello Pavan,
You would likely need to include in the log a separate field like RTC, or current ticks which would be included in the log so we can keep track of the time.
Thanks,
Alex F
is there any doc to do that or just use %u clockPgetSystemticks64 function in the log ?
and what is the time i'm seeing there is it actually time? or something else
Hello Pavan,
There are a few CC13xx/CC26xx threads which use the RTC register to make a timer, we can leverage those and add those to the log print statement as an extra field.
(*should be AONRTC... function)
Thanks,
Alex F