Higher tick rates actually reduce the efficiency of the CPU. All timing is relative to ticks.
Most people use CoS queues with RTOS. Basically there are priorities which will run first. Then the lower priority ones will run. Therefore they rarely care about timing, but rather order. Yields are done specific enough to create efficiency, but randomly beyond that.
Most people use CoS queues with RTOS. Basically there are priorities which will run first. Then the lower priority ones will run. Therefore they rarely care about timing, but rather order. Yields are done specific enough to create efficiency, but randomly beyond that.
Statistics: Posted by dthacher — Tue Nov 05, 2024 4:50 am