Can I use Python to program STM32?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2021-02-16 12:52 PM
I purchased a controller board from HiWonder, who use your STM32 MCU. I asked them if I can use python to program the STM32 but they do not know. Can I use python to program your microcontroller? Do I need to download specific software?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2021-02-16 1:18 PM
Well it definitely doesn't run python natively..
There are ports of Micro Python, likely not for random boards though.
Up vote any posts that you find helpful, it shows what's working..
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2021-02-22 6:28 AM
Hi @SMeza.1​ ,
To complete the answer provided by @Community member​ , you can look to the STM32 boards already supported in MicroPython. And the list of all available firmware is in this link.
-Amel
To give better visibility on the answered topics, please click on Accept as Solution on the reply which solved your issue or answered your question.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2021-02-22 7:35 AM
Look also at this - it runs Python (not micro python though, their own brew)
