Skip to content

System ticks

Igor Usenko edited this page Jun 13, 2022 · 1 revision

FreeRTOS ticks value limited to maximum for unsigned int type. In milliseconds it is equals to 49 days approximately. Timers maintains its own tick counter based on the FreeRTOS one. That counter has unsigned long type.

Clone this wiki locally