MBOOT on a STM32H743 #18355
Unanswered
eliclement
asked this question in
STM32 / Pyboard
Replies: 1 comment
-
|
Hi. I do not really know. But this issue seems related, #7127 |
Beta Was this translation helpful? Give feedback.
0 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.
-
Is mboot supported on a STM32H743?
What are the minimum configurations needed in the mpconfigboard.h and mpconfigboard.mk?
I tried the following configurations:
mpconfigboard.mk
mpconfigboard.mk
Building mboot and application firmware succesfully.
Flashing the bootloader .bin file to 0x08000000 and the app firmware .bin to 0x08020000 makes the app working, but no succesful bootloader. The system reboots as soon as I try to enter bootloader either from software using
machine.bootloader()or via the defined mboot hardware pin.Thanks.
Beta Was this translation helpful? Give feedback.
All reactions