Skip to main content
bully
Senior
December 14, 2022
Question

How to compile MicroPython for STM32 board as CubeIDE or custom project?

  • December 14, 2022
  • 3 replies
  • 10571 views

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.

3 replies

Technical Moderator
December 14, 2022
"When your question is answered, please close this topic by clicking ""Accept as Solution"".ThanksImen"
bully
bullyAuthor
Senior
December 15, 2022

Hello,

thanks for info... I'm more curious if anyone already did it and if it can be done under CubeIDE.

Regards.

Tesla DeLorean
Guru
December 15, 2022

Doesn't their process just use GNU/GCC and make?

Tips, Buy me a coffee, or three.. PayPal VenmoUp vote any posts that you find helpful, it shows what's working..
Explorer
August 26, 2024

Hello bully, 

Out of curious i‘m asking whether you could port STM32H750B-DK to micropython?

BR,

Amaad

Julien NGUYEN
ST Employee
October 2, 2024

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

Andrew Neil
Super User
October 2, 2024

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

A complex system that works is invariably found to have evolved from a simple system that worked.A complex system designed from scratch never works and cannot be patched up to make it work.