Skip to content

Commit 703122b

Browse files
author
Amanda Butler
authored
Merge pull request #1152 from ARMmbed/AnotherButler-patch-9-1
Add link to power_manage.md
2 parents 0b1f5d9 + 8ff5179 commit 703122b

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)