This eighth lesson discusses the STM32F05x three low power modes:
- Sleep mode
- Stop mode
- Standby mode
The examples provided show how to enter a low power mode and what should be done after waking up.
Debugging low power modes can be tricky, because due to the low power mode the debugging I/O-pins are disabled. This lesson therefor also shows how to recover the microcontroller when it looks like you are unable to connect.
STM32F05x Lesson 8
STM32F05x Lesson 8 example code