MicroPython Firmware for STM32H562RGT6 #16159
-
Hi everyone! I have a WeAct Studio STM32H562RGT6 Core Board, and I noticed there’s no official MicroPython support for this board. However, I see that there is support for the NUCLEO_H563ZI board. Both boards have a similar STM32H5 chip, with the main differences being memory size and connected peripherals. Is it possible to create a MicroPython firmware for the WeAct STM32H562RGT6 based on the existing support for the NUCLEO_H563ZI? If so, does anyone have instructions or suggestions on how to do this? For reference, here’s a link to the documentation and board specs for the WeAct STM32H562RGT6: WeAct Studio STM32H5 64Pin CoreBoard. Any advice or guidance would be greatly appreciated! |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 9 replies
-
You have to install the required tools, such as arm-none-eabi-gcc for cross-compiling ARM firmware. |
Beta Was this translation helpful? Give feedback.
-
WEACT_H562RG.zip |
Beta Was this translation helpful? Give feedback.
WEACT_H562RG.zip
uploaded the board definition I'm using, there's some changes I've made to support my needs but you can change the settings you want on mpconfigboard.h