Important changes to forums and questions
All forums and questions are now archived. To start a new conversation or read the latest updates go to forums.mbed.com.
7 years, 1 month 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
7 years, 1 month 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?