STM32H743 Micropython V1.23 Coroutine Error: 'SingletonGenerator' object has no attribute 'exc' after long runtime #18360
Unanswered
chiyu-Charon
asked this question in
Core Development
Replies: 1 comment 2 replies
-
|
Given that the error is occurring in |
Beta Was this translation helpful? Give feedback.
2 replies
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.
Uh oh!
There was an error while loading. Please reload this page.
-
I'm using an STM32H743 with firmware I compiled myself, based on Micropython V1.23. After running normally for a long time, all of a sudden, all my coroutines start throwing an error. The error message is: "'SingletonGenerator' object has no attribute 'exc'". The error occurs in the asyncio/core.py file.
Since I can't save the REPL print in real-time when the device is running and connected to the USB, when I connect the USB later, the buffer only has the content shown in the image. Apologies, my device doesn't allow me to export a screenshot, so I can only capture it with my phone.

Does anyone know what might cause this error? Thanks
Beta Was this translation helpful? Give feedback.
All reactions