Hi,
I would like to count the time since reset to timestamp some actions. But i am not allowed to do so with any interrupts cutting off my application. Is this possible ?
My understanding is that the RTI only uses interrupts.
I thought of using the HET module to count and store the time since reset, notably with the use of the `hetGetTimestamp` function. But my understanding of the HET is very limited.
Could anyone help out with this issue ?
Thanks !