cancel
Showing results for 
Search instead for 
Did you mean: 

ADC low power

David.Cheng
Associate II

HAL_ADC_DeInit()

enter stop mode

clock config

HAL_ADC_Init()

is it a good method to do low power?

2 REPLIES 2
Mohamed Aymen HZAMI
ST Employee

Hello,

Which STM32 do you use ?

Best regards,

Mohamed Aymen.

Mohamed Aymen HZAMI
ST Employee

Hello,

There is examples on how to use the low power modes in the Cube firmware of the different STM32 family.

For the STM32L4Cube firmware you can try this example : STM32Cube\Repository\STM32Cube_FW_L4_V1.13.0\Projects\NUCLEO-L4R5ZI\Examples\PWR\PWR_STOP1

Best Regards,

Mohamed Aymen.