2025-04-29 3:17 AM
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
2025-04-29 3:23 AM - edited 2025-04-29 3:26 AM
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:
2025-04-29 6:30 AM
@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.
2025-05-03 11:08 PM
Hi Andrew
Although the project supports few STM32H7 devices, it actually built without errors only for the supported boards in the /boards directory
for example:STM32H747 is supported under the ARDUINO GIGA board
Ofer
2025-05-04 4:42 AM
Is there any way to make support for STM32H753VI ? i mean how can i make the changes to make support STM32H753VI series i mean what are the files and what need to be considered to change accordingly? basically how to start :)
it would be great help!!!
2025-05-04 10:49 AM
Exactly what I am looking for :)
I didn't see any 'cookbook' for this, but to work according to my experience with the MCU and change it one by one and see the build errors :(
2025-05-04 2:19 PM
"Builds without errors" is just the start of the road. To make it run and then do what is intended takes much more effort (like, the 20/80 rule).
2025-05-04 3:10 PM
Absolutely right!
and yet - no "cook book" is available
2025-05-05 5:14 AM
Wait a little, chatgpt will be our chef.
2025-05-05 5:17 AM
I'm holding my breath