Porting Micropython to the STWINKT1B SensorTile -- MCU STM32L4R9 #17568
Unanswered
rprr
asked this question in
Core Development
Replies: 1 comment 2 replies
-
You start with the closest board definition you can find, try to switch to your microcontroller, then mess around with it until it works. |
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.
-
Is there a porting guide for micropython to a currently unsupported MCU/Board?
I have a STWINKT1B board with a STM32L4R9ZIJ6 MCU.
https://www.st.com/en/evaluation-tools/steval-stwinkt1b.html
It has a bunch of MEMS sensors.
It works under both STM32's CubeIDE as well as Arduino but I'd like to see if Micropython can be ported.
There appear to be a few supported STM32L4 boards but none have this MCU.
https://micropython.org/download/?mcu=stm32l4
Thanks in advance for your help
Beta Was this translation helpful? Give feedback.
All reactions