Skip to content

Instantly share code, notes, and snippets.

View droidecahedron's full-sized avatar
🐊
Focusing

Johnny Nguyen droidecahedron

🐊
Focusing
  • Nordic Semiconductor ASA
View GitHub Profile
@droidecahedron
droidecahedron / stm32_zephyr_pm_rant.md
Last active June 24, 2025 16:56
STM32 missing Zephyr PM API

STM iis2dlpc on Zephyr rant

Intro

A small rant on a missing low power implementation. Lots of links and opinions, but I did not want to lose how I found this information, so I figured I'd write this gist.

Zephyr PM API is awesome. You can power down unused peripheral. Manpage HERE.

A repo where I walk through a lot of this: LINK along with a helpful diagram from the manpage on the device pm state machine.