Skip to content

Commit 8ff5179

Browse files
author
Amanda Butler
authored
Add link to power_manage.md
Link to power management API reference.
1 parent c085afe commit 8ff5179

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

docs/tutorials/optimize/power/power_manage.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -203,6 +203,8 @@ This is also why the MCU wakes up from sleep every millisecond when tickless is
203203

204204
For more information on the design of tickless and the sleep manager, please see the [office hours video with Bartek Szatkowski](https://www.youtube.com/watch?v=OFfOlBaegdg).
205205

206+
For information about the tradeoff between power savings and memory footprint in tickless mode, please see the [power management API reference](../apis/power-management-sleep.html).
207+
206208
### Hibernate mode without RAM retention
207209

208210
All sleep modes in Mbed OS are implemented with RAM retention, but some MCUs have even lower power modes that completely stop the MCU and won't retain any information. After waking up, the MCU starts execution from the beginning of the program. Typically the only way to wake up from this mode is through an interrupt on a wake-up pin or from the low power ticker.

0 commit comments

Comments
 (0)