STM32H573xx Port #13787
Answered
by
robert-hh
AKrylatych
asked this question in
STM32 / Pyboard
STM32H573xx Port
#13787
-
Hello, there! I need to use Micropython for my STM32H573I-DK and i see that there is no micropython firmware for this microcontroller. Is it possible to recieive some guidance or tips on where i should start if i want to make a port for it myself? |
Beta Was this translation helpful? Give feedback.
Answered by
robert-hh
Feb 29, 2024
Replies: 1 comment 2 replies
-
There is a board definition for that board, and the firmware can be built. So you could build it yourself.I do not know why it is not on the download pages. Attached is a copy of a fresh built firmware.dfu file. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
For building it yourself, install the files and tools as written in the README of Micropython and of the stm32 port, and then call:
make BOARD=STM32H573I_DK