problem with minimal micropython firmware on stm32h723 #10178
Unanswered
softcity003
asked this question in
Core Development
Replies: 1 comment 7 replies
-
Hello, I'm not sure what is the problem with Cube programmer, but AFAIK STM32H72X/73X MCUs are not supported in the stm32lib. It seems that update of the STM32H7 package to al least version 1.8.0 would be necessary (version 1.6.0 is currently used, 1.11.0 is latest). |
Beta Was this translation helpful? Give feedback.
7 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi All,

I want to build micropython firmware for stm32h723 , the problem is stm32h723 not supported in micropython files that's why i want to build a minimal firmware for now , I have followed the ports/minimal file and was able to build the minimal firmware .bin and .elf but when i try to install the firmware on stm32h723 with stm32 cube programmer , I got this error and the firmware not working
Any idea about the problem?
Beta Was this translation helpful? Give feedback.
All reactions