This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

Low Power Mode in STM32L152

Hi,
I am using the below function to enter low power mode in STM32L152, but yet the current consumption of MCU is about 4 mA. is there other configurations?

RCC_APB1PeriphClockCmd(RCC_APB1Periph_PWR,ENABLE);
PWR_EnterLowPowerRunMode(ENABLE);

Parents
  • Since you are using STM32 device, you should use the cube32 tool to set up your power management. Their tool has a 4th tab dedicated to power management, and even estimates current draw.

Reply
  • Since you are using STM32 device, you should use the cube32 tool to set up your power management. Their tool has a 4th tab dedicated to power management, and even estimates current draw.

Children