2025-03-05 2:43 AM
Hello,
I am using STM32G4 to develop a project where I am running FreeRTOS.
Recently I was working on debugging the issues for low power mode.
I can confirm all the peripherals clocks are disabled before entering the STOP1 mode, but the power consumption is still very high (~35mA).
My function to prepare for STOP1 mode is here:
I tried with the code like below:
2025-03-11 3:52 AM
Hello @weji_taku, welcome to ST Community,
First, set all unused GPIOs to analog mode to minimize power consumption : check Tips for using STM32 low-power modes - STMicroelectronics Community
To give better visibility on the answered topics, please click on Accept as Solution on the reply which solved your issue or answered your question.
2025-03-22 6:40 AM
Please see How to insert source code.
@weji_taku wrote:I can confirm all the peripherals clocks are disabled before entering the STOP1 mode, but the power consumption is still very high (~35mA).
Is the debugger physically disconnected?
Have you power-cycled the target since disconnecting the debugger?
See:
2025-03-24 1:06 AM
Hi Andrew,
Thank you for your reply!
I finally identified the issues were because of some encoder circuits, which are consuming quite some current.
However, I have problem to wake it up now. I configured the wake up source to be EXTI. I could confirm that EXTI pin works before the sleep (HW is 100% working), but it cannot wake up. I wonder if there are some standard procedures about this topic? Just so I could walk it through to see what I might be missing?
Thanks :)
2025-03-24 2:43 AM
@weji_taku wrote:I finally identified the issues were because of some encoder circuits, which are consuming quite some current.
Excellent so please mark that as the solution:
https://community.st.com/t5/community-guidelines/help-others-to-solve-their-issues/ta-p/575256
@weji_taku wrote:However, I have problem to wake it up now. I configured the wake up source to be EXTI. I could confirm that EXTI pin works before the sleep (HW is 100% working), but it cannot wake up. I wonder if there are some standard procedures about this topic? Just so I could walk it through to see what I might be missing?
That's a separate question - please start a new thread for that.
Please post a link here for people to find it.