Eliminate Useless Timer Interrupts by Coalescing Timers

1 · Martin Cowen · July 21, 2020, 2:40 p.m.
While learning about RTOSes, I came across the idea of Timer Coalescing which improves performance by eliminating unnecessary context switches. But there is no reason that this technique cannot be applied to bare metal firmware (without RTOS). To test out how well it works, I…...