Help needed - Cannot use asyncio on Nucelo L432KC board? #16343
Unanswered
gilmanb1
asked this question in
STM32 / Pyboard
Replies: 2 comments 6 replies
-
Hi |
Beta Was this translation helpful? Give feedback.
0 replies
-
The Nucleo L432KC default image doesn't include many standard modules because it has limited flash storage. The configuration option is here: micropython/ports/stm32/boards/NUCLEO_L432KC/mpconfigboard.mk at 2e796d6c3e33e2d3b1936cd05aa926400ad1d5b7 · micropython/micropython |
Beta Was this translation helpful? Give feedback.
6 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.
-
Hello gurus :)
I have an STM32L432KC Nucleo board and have flashed it with the latest firmware found here: https://micropython.org/download/NUCLEO_L432KC/
I have been able to use mpremote to upload and run the code here: /examples/hwapi/soft_pwn.py however, when I try to use the asyncio library, I have encountered a ton of pain ;). Here's what I "know":
I see _asyncio above but when I try:
Now, I'm lost... So I've tried this:
OK... Now I'm lost... How do I access the asyncio library?
Thanks in advance!
Beta Was this translation helpful? Give feedback.
All reactions