round robin quantum

bachadamin wrote on Thursday, March 23, 2017:

Hello Guys,
I know the the tasks of the same priority use Round Robin to be schedueled but my question is how much time every tasks take to run aka the quantum in round robin?

rtel wrote on Thursday, March 23, 2017:

A time slice is the time between two tick interrupts. The frequency of
the tick interrupt is set by the configTICK_RATE_HZ FreeRTOSConfig.h
setting.