2017-08-03 12:53 AM
Hi !
I'm currently looking for the best sleep mode for my device.
I'm not able to find any information on Datasheets or Application Notes on the capability of wake-up a STM32L476RG via USB Bus on the Shutdown Mode.
I know that we can do this wake up in Stop 0/1 Mode, but the shutdown mode would be perfect for me as I only need 5 GPIOs + USB to wake-up my device.
Do you have any information about this ? Do you know if i can or cannot wake-up my STM32L476RG with USB during the Shutdown mode ?
Thanks you for reading me.
#shutdown-mode #usb-wake-up #stm32l476rg #stm32l4-usbSolved! Go to Solution.
2017-08-03 01:24 AM
Hi
alexandrechirouze
,TheShutdown mode implemented in the STM32L4xx devices allows the lowest consumption, by switching off the internal voltage regulators, and by disabling the voltage power monitoring.
Wakeup from this mode is done thanks to one of the five wakeup pins or to the reset pin. The RTC clocked by the low-speed external oscillator (LSE) is also functional in this mode, with wakeup capability
for more details please refer to Power control (PWR) chapter in your related reference manual also have a look to
application note.-Nesrine-
2017-08-03 01:24 AM
Hi
alexandrechirouze
,TheShutdown mode implemented in the STM32L4xx devices allows the lowest consumption, by switching off the internal voltage regulators, and by disabling the voltage power monitoring.
Wakeup from this mode is done thanks to one of the five wakeup pins or to the reset pin. The RTC clocked by the low-speed external oscillator (LSE) is also functional in this mode, with wakeup capability
for more details please refer to Power control (PWR) chapter in your related reference manual also have a look to
application note.-Nesrine-
2017-08-03 03:37 AM
Thanks a lot for your quick and prompt answer. I will plug the D+ pin of the USB on one of the five wakeup pins of the microcontroller
2019-04-04 05:21 AM
could you please update those links? They currently go nowhere! Thanks