2017-05-02 07:34 AM
Hey,
I'm working with a STM32L073 because I need a really low power application.
For now, I am working in STOP mode, because I need the SPI and many interrupts to work.
I can reach 1.5�A but according to the datasheet, i should be able to reach 0.5 �A, but i can't.
Any ideas of what i could disable to reach this 0.5�A? I already tried to lower Vrefint and BOR but this shows no improvements.
I'm already using the low power regulator, the clocks are as slow as possible and i'm using the external oscillator for the RTC.
Thanks in advance
Best regards,
Raphael
#stm32l02017-05-02 08:03 AM
Hi
de_clercq.raphael
,Please try to have a look to this example under the STM32L0 cube firmware:
STM32Cube_FW_L0_V1.9.0\Projects\STM32L073RZ-Nucleo\Examples\PWR\PWR_STOP
also refer to
application note it may be helpful for you.-Nesrine-
2017-05-02 08:10 AM
STANDBY is generally preferred for minimal consumption. Need to watch what you're attaching externally, start driving anything and current will be consumed. Configure pins as analogue input, that will turn off the schmitt trigger
2017-05-03 02:27 AM
Thanks for your answers , I already had a look at the SDK V1.8.0 few days ago, is the 1.9.0 really different?
I think I can't use the standby mode, I already had a look at the difference between STOP and STANDBY and i concluded that i needed STOP, but i may be wrong.I need to wake up on RTC alarm interrupts and from 3 GPIO interruptshave a nice day