Adding Tickless Support to its embOS Real Time Operating System SEGGER Reduces Microcontroller Power Consumption

by donpedro

Increasing efficiency and reducing power consumption is key for modern embedded systems. To support these demanding needs SEGGER added tickless low power support to

its popular embOS real time operating system. The embOS tickless low power feature reduces the power consumption for e.g. battery powered devices. It stops the periodic system tick interrupt during idle periods. Instead of having a timer interrupt for each system tick the timer is reprogrammed to be able to spend as much time as possible in low power mode.
One of the most common ways to reduce power consumption is to keep the processor in sleep (idle) mode for as long as possible. Typically an RTOS will wake the processor on a regular system tick – even if there is nothing to do. The embOS tickless low power support reduces power consumption by creating a variable length system tick which allows the processor to continue sleeping when there are no application tasks to execute.
Tickless support can be added to any embOS project and is available with the latest version of SEGGER embOS real time operating system. SEGGER provides application notes for tickless support for different CPUs.

embOS
http://segger.com/embos.html
SEGGER
www.segger.com

Related Articles

Leave a Comment