You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The STM32L4 deeplseep in rev-133 needs 120uA instead of 7uA in rev-132 due to the changes of Jerome Countant in checkin: 8627204, see changes in sleep.c->deepsleep, restoring this changes is a workaound. I believe the "HAL_PWREx_EnableLowPowerRunMode()" enable/disable is missing.
Type: Bug
I tested this with the L4 Nucleo64 board.
BTW: If there is more we can do to get the power consumption down the a few uA less, I would be interested in this. Accounting to the data sheet Stop2 with RTC should eat only 2uA. Any advise would be appreciated.
Regards Helmut
The text was updated successfully, but these errors were encountered:
Hi
I confirm that current deepsleep consumption is 120uA with NUCLEO_L476RG
This becomes back to 7uA after adding HAL_PWREx_EnableLowPowerRunMode() call
The STM32L4 deeplseep in rev-133 needs 120uA instead of 7uA in rev-132 due to the changes of Jerome Countant in checkin: 8627204, see changes in sleep.c->deepsleep, restoring this changes is a workaound. I believe the "HAL_PWREx_EnableLowPowerRunMode()" enable/disable is missing.
I tested this with the L4 Nucleo64 board.
BTW: If there is more we can do to get the power consumption down the a few uA less, I would be interested in this. Accounting to the data sheet Stop2 with RTC should eat only 2uA. Any advise would be appreciated.
Regards Helmut
The text was updated successfully, but these errors were encountered: