6 years, 6 months ago.

Sleep/DeepSleep with mbed OS 5.5 on Nucleo STM32F411 and STM32L476

Hi,

I'm trying to put my Nucleo boards (STM32F411 and STM32L476) in low power mode, using mbed OS 5.5.7. I tried to invoke: - sleep() - deepsleep() - hal_sleep() - hal_deepsleep()

havin no result at all. Anyone can help me? Thanks in advance!

1 Answer

6 years, 6 months ago.

Are you doing something to keep the MCU from sleeping? Maybe a debugger attached, or interrupts that keep firing? Does your application reach the inside of the sleep function?