Can FreeRTOS only "do things" during the Timer Tick interrupt (typically every 1 ms?)
I'm trying to understand how the internals of FreeRTOS work and in particular I'm curious whether FreeRTOS thread execution and handling only occurs with 1 ms "granularity". Let's take an example, let's assume I create a thread that only takes 0.3 ms...