USBDONGLE_WB55 machine.lightsleep hangs board forever #13535
Unanswered
MJank0wski
asked this question in
STM32 / Pyboard
Replies: 1 comment 1 reply
-
|
This sounds like it could be an instance of this issue: #8304 The board might be waking up fine, but the USB has been knocked out so you never see repl again. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello,
This is my first post here so I would like to say hello to all and thanks for your involvement in MicroPython development.
The issue that I have is related with machine.lightsleep function run on stm32wb55 (USBDONGLE_WB55) with MicroPython v1.22.1 on 2024-01-05; USBDongle-WB55 with STM32WB55CGU6.
Using REPL if I run
the REPL becomes inactive for forever.
machine.lightsleep(1) executes immediately and REPL is active.
machine.deepsleep(10000) makes the board reset after 10 sec so it works correctly.
Is it possible to wake up from machine.lightsleep using RTC?
The STM32WB55CGU6 supports several power modes, I would like to use:
Beta Was this translation helpful? Give feedback.
All reactions