Is it possible to have faster tick rates on FreeRTOS?
I was about to configure the FreeRTOS for my project when I noticed the following:
| TICK_RATE_HZ TICK_RATE_HZ must be between 1 and 1 000. Parameter Description: Sets the tick interrupt frequency. The value is specified in Hz. Warning: The max value is 1000, as higher values generate compilation errors (division by zero) |
Does it mean 1000Hz is the fastest FreeRTOS can work with, and anything else should follow a bare-metal approach?
I found this related topic, but it is not clear to me if that applies to STM32. Hence, I would appreciate the opinion of the experts here.
