Skip to content

STM32: necessity to turn off peripherals during stop mode for power saving #41639

Answered by erwango
ycsin asked this question in General
Discussion options

You must be logged in to vote

I'm wondering if the ADC is disabled by hardware when the MCU entered STOP mode?

@ycsin This is the case indeed
In stop modes, peripheral clock gating is used to disable peripheral clocks. So most peripherals won't consume power in this state, unless specific configuration is done. Note that, in some configurations, ADC can still consume power in stop mode, but that is not the default case.
For more information, cf for instance RM0444, $4.3.6 "Stop 0 Mode".

Replies: 2 comments

Comment options

ycsin
Jan 7, 2022
Collaborator Author

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Answer selected by ycsin
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area: Drivers area: SPI SPI bus area: ADC Analog-to-Digital Converter (ADC) area: Power Management platform: STM32 ST Micro STM32
2 participants