User Activity

Hi,I am using the NUCLEO-32 STM32L011 kit and I want to put the MCU in stop mode to measure Idd. Everything seems to be going well but when I measure the current, this is 2.5µA versus 0.5µA announced in the datasheet when the stop mode is activated w...
I would like to run the STM32L011K4 (Nucleo kit) in low power mode for 10ms then put it in STOP mode with a wake-up via the RTC 90ms later.Step 1: Operation in RUN mode all the time (10ms +90ms), the consumed current is about 54µA (57µA in DBG).Step ...
I'm using Nucleo STM32L011K4T6 kit to test different low-power features.For this, the code is executed in RAM for 10ms (GPI/Os management) then the MCU is put in stop mode with the WFI instruction, to be woken up 90ms later by the RTC (RTC wake up).T...
I am starting with the STM32L011 MCU (NUCLEO-L011K4 kit) and I want to use it for a very low-power application.I need an operating frequency of 65536Hz to generate a pattern on a GPI/O continuously.So I configured the STM32 in LowPower Run mode with ...