2022-12-14 01: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.
2022-12-14 02: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:
Imen
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.
2022-12-15 01:40 AM
Doesn't their process just use GNU/GCC and make?
2022-12-15 04:00 PM
Yes, AFAIK... But it would be more easy to use CubeIDE, if I already have it on Windows.
2024-08-26 08:45 AM
Hello bully,
Out of curious i‘m asking whether you could port STM32H750B-DK to micropython?
BR,
Amaad
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
2024-10-02 01: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