2023-03-09 05:05 AM
I have a stm32 mcu. I want to put it in a very low power mode until an event triggers it to wake up. What mode can give me the lowest power consumption? whilst still being able to accept an event to wake up? and what sort of power would that draw?
2023-03-09 05:16 AM
Hello @LConn.2 and welcome to ST Community,
First, you need to specify which product are you working with..
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.
2023-03-09 05:20 AM
Hi @Sarra.S ,
I am using a stm32wb15cc board
2023-03-09 07:20 AM
One first step would be to run the core at a lower frequency (like a gear box).
Wait for interrupt is IMHO neglectable scheme
Stop oscillator mode, when possible, is another stronger way to reduce power, as long as the application can restart on time from a suitable wake up signal source.
2023-04-26 09:52 AM
Hello,
You can use the shutdown low power mode and use a wakeup pin or RTC to exit from this mode.
Best Regards