How to compile MicroPython for STM32 board as CubeIDE or custom project?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2022-12-14 1:45 AM
Hello,
has anyone tried to compile or make a port of MicroPython for STM32 board?
Is CubeIDE the right IDE to start with ?
Any advice or more info on how to prepare a port of Micropythong for STM32H750B-DK board ?
Thanks in advance,
regards.
- Labels:
-
STM32CubeIDE
-
STM32H7 Series
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2022-12-14 2:13 AM
Hello @bully​,
There is currently support for the following ST boards: https://micropython.org/stm32/
You can refer to these resources for getting started:
- MicroPython tutorial — MicroPython 1.6 documentation
- micropython/ports/stm32 at master · micropython/micropython · GitHub
- micropython/README.md at master · micropython/micropython · GitHub
Imen
Thanks
Imen
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2022-12-15 12:58 AM
Hello,
thanks for info... I'm more curious if anyone already did it and if it can be done under CubeIDE.
Regards.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2022-12-15 1:40 AM
Doesn't their process just use GNU/GCC and make?
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
‎2022-12-15 4:00 PM
Yes, AFAIK... But it would be more easy to use CubeIDE, if I already have it on Windows.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2024-08-26 8:45 AM
Hello bully,
Out of curious i‘m asking whether you could port STM32H750B-DK to micropython?
BR,
Amaad
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2024-10-02 12:52 AM
Hi all,
You can find a lot of information here:
https://stm32python.gitlab.io/en/
I was teaching the students with the tutorials found on this web site.
BR,
Julien
In order 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
‎2024-10-02 1:04 AM
As we're waking this old thread...
The Porting Guide is here: https://docs.micropython.org/en/latest/develop/porting.html
@Amaad The list of supported boards (linked earlier by @Imen.D) now includes NUCLEO-H743ZI
