Skip to main content
David.Cheng
Associate III
December 20, 2018
Question

ADC low power

  • December 20, 2018
  • 2 replies
  • 743 views

HAL_ADC_DeInit()

enter stop mode

clock config

HAL_ADC_Init()

is it a good method to do low power?

This topic has been closed for replies.

2 replies

Mohamed Aymen HZAMI
ST Employee
December 25, 2018

Hello,

Which STM32 do you use ?

Best regards,

Mohamed Aymen.

Mohamed Aymen HZAMI
ST Employee
January 3, 2019

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.