TM STM32F4xx Libraries  v1.0.0
Libraries for STM32F4xx devices from Tilen Majerle

Low power library for STM32F4xx devices - http://stm32f4-discovery.com/2014/10/library-39-power-consumption-modes-for-stm32f4. More...

Modules

 TM_LOWPOWER_Macros
 Library macros.
 
 TM_LOWPOWER_Typedefs
 Library typedefs.
 
 TM_LOWPOWER_Functions
 Library Functions.
 

Detailed Description

Low power library for STM32F4xx devices - http://stm32f4-discovery.com/2014/10/library-39-power-consumption-modes-for-stm32f4.

This library can put MCU into 3 different modes:

SLEEP mode
STOP mode
STANDBY mode
Changelog
 Version 1.2
  - March 23, 2015
  - Fixed problems with entering to standby mode
  
 Version 1.1
  - October 18, 2014
  - Added TM_LOWPOWER_StandbyReset(). This allows you to check if system was reset from standby wakeup

 Version 1.0
  - First release
Dependencies
 - STM32F4xx
 - STM32F4xx RCC
 - STM32F4xx PWR
 - defines.h
 - TM DELAY