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.

TMS570LS1224: Count the time without any interrupts : RTI or HET ?

Part Number: TMS570LS1224

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 !