Quality RTOS & Embedded Software

 Real time embedded FreeRTOS RSS feed 
Quick Start Supported MCUs PDF Books Trace Tools Ecosystem


Loading

Atmel V71 Low Power Modes

Posted by lesfark on August 12, 2015

Are all low power modes supported? backup mode wait mode sleep mode

Thanks!


Atmel V71 Low Power Modes

Posted by rtel on August 12, 2015

FreeRTOS will be able to use any low power mode that maintains the RAM and CPU register contents. Using a power mode that does not maintain the RAM contents and/or the CPU registers would take a little more effort.

The ARM Cortex-M7 port provides a default tickless mode, which uses the basic WFI method to place just the CPU core into a light low power mode. The default mode is portable, and can be used on any Cortex-M3/4/7 device. It is however limited by the speed and limited number of bits of the SysTick clock, and the fact that you cannot enter a low power mode that disables the SysTick clock. This is explained on the link above.

Once low power modes start to use features outside of the Cortex-M core itself then they stop being portable and it is necessary to provide a chip specific implementation. This is already demonstrated on an Atmel part (the SAM4L) where retension mode is the lowest power mode that maintains the RAM contents. FreeRTOS is structures such that the default low power mode can be completely overridden by an application defined version (by providing your own implementation of the low power functions, which are weekly defined symbols in the core code), or simply extended using the pre and post sleep macros. The Atmel low power library functions can be called from the pre and post sleep macros to enter the Atmel specific low power modes.

Regards.


[ Back to the top ]    [ About FreeRTOS ]    [ Privacy ]    [ Sitemap ]    [ ]


Copyright (C) Amazon Web Services, Inc. or its affiliates. All rights reserved.

Latest News

NXP tweet showing LPC5500 (ARMv8-M Cortex-M33) running FreeRTOS.

Meet Richard Barry and learn about running FreeRTOS on RISC-V at FOSDEM 2019

Version 10.1.1 of the FreeRTOS kernel is available for immediate download. MIT licensed.

View a recording of the "OTA Update Security and Reliability" webinar, presented by TI and AWS.


Careers

FreeRTOS and other embedded software careers at AWS.



FreeRTOS Partners

ARM Connected RTOS partner for all ARM microcontroller cores

Espressif ESP32

IAR Partner

Microchip Premier RTOS Partner

RTOS partner of NXP for all NXP ARM microcontrollers

Renesas

STMicro RTOS partner supporting ARM7, ARM Cortex-M3, ARM Cortex-M4 and ARM Cortex-M0

Texas Instruments MCU Developer Network RTOS partner for ARM and MSP430 microcontrollers

OpenRTOS and SafeRTOS

Xilinx Microblaze and Zynq partner