This class provides an API to assist with low power behaviour on an STM32F437 micro, as used on the u-blox C030 board. If you need to operate from battery for any significant period, or are mains powered and don't want to take the planet down with you, you should design your code with this in mind. This library uses the https://developer.mbed.org/users/Sissors/code/WakeUp/ library and so could be extended to support all of the MCUs that library supports.

Dependencies:   WakeUp

Dependents:   example-low-power-sleep aconnoCellularGnss

History

Update readme.txt. default tip

2017-06-05, by RobMeades [Mon, 05 Jun 2017 14:28:14 +0000] rev 4

Update readme.txt.


Change Doxygen comment format to match mbed on-line IDE's somewhat restrictive expectations.

2017-04-11, by RobMeades [Tue, 11 Apr 2017 09:57:37 +0000] rev 3

Change Doxygen comment format to match mbed on-line IDE's somewhat restrictive expectations.


Move the BACKUP_SRAM macro into the class as the Doxygen documentation generator in the mbed IDE doesn't pick it up otherwise.

2017-04-10, by RobMeades [Mon, 10 Apr 2017 11:50:47 +0000] rev 2

Move the BACKUP_SRAM macro into the class as the Doxygen documentation generator in the mbed IDE doesn't pick it up otherwise.


Add files to repo, removing temp.txt placeholder.

2017-04-10, by rob.meades@u-blox.com [Mon, 10 Apr 2017 11:40:13 +0100] rev 1

Add files to repo, removing temp.txt placeholder.


Add repo for low power sleep operation on an STM32F437 MCU, as used on the u-blox C030 board.

2017-04-10, by RobMeades [Mon, 10 Apr 2017 10:37:05 +0000] rev 0

Add repo for low power sleep operation on an STM32F437 MCU, as used on the u-blox C030 board.