Skip to main content
Associate II
November 4, 2025
Question

FreeRTOS Tick Speed

  • November 4, 2025
  • 2 replies
  • 185 views

Good evening, 

I need freeRTOS tick speed to be greater than 1kHz, I tried to change the configTICK_RATE_HZ parameter but get a divby0 error which I can't fix. Is there a way garanteed way to achieve what im looking for?

Thx in advance 

2 replies

TDK
Super User
November 4, 2025

1 kHz is the fastest tick rate supported. If you need something with finer resolution, set up a timer and use that to do what you need.

TDK_0-1762275872515.png

 

"If you feel a post has answered your question, please click ""Accept as Solution""."
Pavel A.
Super User
November 5, 2025

Then maybe you can change the rate of the systick timer. The time will be still expressed in ms, but a ms will be shorter.