Have a nice day,
How can I calculate the number of ticks on the tms570lc4357 microcontroller?
There is a systick timer in the STM32F4 microcontroller. Is there something similar in the tms570lc4357 microcontroller?
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.
Have a nice day,
How can I calculate the number of ticks on the tms570lc4357 microcontroller?
There is a systick timer in the STM32F4 microcontroller. Is there something similar in the tms570lc4357 microcontroller?
Hi Burak,
There is no systick timer in TMS570LC4357.
However, there is a timer called RTI and you can use this peripheral for timing functions.
After doing clock configurations to this RTI peripheral, and once you start this timer it will increment a resistor value and once you stop the timer you can calculate the elapsed time from your clock configurations and register values.
Please also refer below thread:
Please do verify RTI module in TRM to understand more details:
TMS570LC43x 16/32 RISC Flash Microcontroller Technical Reference Manual (Rev. A) (ti.com)
--
Thanks & regards,
Jagadish.