Lesson 8: Low power modes

This eighth lesson discusses the STM32F05x three low power modes:

  1. Sleep mode
  2. Stop mode
  3. 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


Previous lesson