cancel
Showing results for 
Search instead for 
Did you mean: 

Micropython for STM32H7 series

Manu2Kumar
Associate

Hi All, 

I have observed that there is no support for micropython STM32H7 series. i am able to run micropython for NUCLEO_WB55 series board.

There is a requirement for us to run micropython for STM32H7 series how can.. we do that.. may i know what are the changes is required in terms of files.. if you have any document related to this please do share 

2 REPLIES 2

Micropython isn't an ST Project - so you'd have to go to https://micropython.org/

https://github.com/orgs/micropython/discussions

 

PS:

This suggests that H7 is supported:

https://github.com/micropython/micropython/blob/master/ports/stm32/README.md#:~:text=STM32G0%2C%20STM32G4%2C%20STM32H5%2C-,STM32H7,-%2C%20STM32L0%2C%20STM32L1%2C%20STM32L4

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.

@Manu2Kumar wrote:

i am able to run micropython for NUCLEO_WB55 series board.


So please update your earlier thread on that with details, and them mark that post as the solution.

Instructions here.

 

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.