2022-11-21 09:42 AM
I am working with a NUCLEO_l452RE, temperature 25°C, 1.8V, and I am measuring current on JP6, so I tried to reproduce:
I set up MSI@1Mhz, I got 280uA, much more than 100uA which I was expecting.
Later with MSI@24Mhz, I got 3.24 mA, 135uA/MHz, closer to 100uA.
I disable UART, RCC, LED, disconnect the USB port, and used an external power supply.
There is a bias in current consumption about 180uA? there is something I can do to mitigate it?
On en.fistm324l.pdf I found another number of current consumption, I am very confused about what to expect.
Solved! Go to Solution.
2022-11-23 02:13 PM
Finally, it started working, I am reading:
I had a mix of problems
I am used to working with msp430, peripherical are more low-power targeted, but stm32l4 is starting to like me very much.
2022-11-21 07:16 PM
Some factors are still relevant:
2022-11-22 10:05 AM
The link is about deeper low-power modes, I ran my own tests and got matched consumptions with ST technical data from stop 1 and deeper modes but, I got about 180uA more for other modes, RUN, range 1 and 2, LPRUN and SLEEP
It is possible setup a project using CUBE MX for 100uA @ MSI = 1MHz run mode?
I have a few núcleo-64 borads all L4 series
Regards, Daniel
2022-11-22 12:33 PM
As I said, issues 2, 3 and partly 4 are relevant for all low-power modes.
2022-11-23 06:21 AM
Hello @dhs,
first of all, I advice to always refer to the datasheet to know the current consumption reference.
for the NUCLEO_L452RE, in LPRun mode at 25°C and MSI = 1MHz, the current consumption should be between 130 and 170 μA.
Are you sure all peripherals are disabled ?
also, it's useful to set all free pins as analog in CubeMX to reduce the power consumption
Thank you!
Sarra
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.
2022-11-23 02:13 PM
Finally, it started working, I am reading:
I had a mix of problems
I am used to working with msp430, peripherical are more low-power targeted, but stm32l4 is starting to like me very much.