2025-11-04 8:49 AM - last edited on 2025-11-04 8:54 AM by mƎALLEm
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
2025-11-04 9:04 AM
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.
2025-11-04 5:09 PM
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.