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
Changes
Revision | Date | Who | Commit message |
---|---|---|---|
4:691e6b38fc54 | 2017-06-05 | RobMeades | Update readme.txt. |
3:442c9afc0229 | 2017-04-11 | RobMeades | Change Doxygen comment format to match mbed on-line IDE's somewhat restrictive expectations. |
2:c8a0c0e328db | 2017-04-10 | RobMeades | Move the BACKUP_SRAM macro into the class as the Doxygen documentation generator in the mbed IDE doesn't pick it up otherwise. |
1:4f2c412dc013 | 2017-04-10 | rob.meades@u-blox.com | Add files to repo, removing temp.txt placeholder. |
0:ead7a113ca31 | 2017-04-10 | RobMeades | Add repo for low power sleep operation on an STM32F437 MCU, as used on the u-blox C030 board. |