Question
FreeRTOS - TICK_RATE_HZ
I'm wondering about the influence of TICK_RATE_HZ in FreeRTOS. If I understand correctly, this is the "granularity" by which RTOS can switch between tasks. So within an interval of 1ms a task cannot be released and another task which would have to process an event has to idle until it gets control? Can I raise the TICK_RATE to a higher value (STM32F103C8T6).
