[STM32H750] Install MPy: Configuration and Mboot Modify problem. #10891
Unanswered
freude916
asked this question in
STM32 / Pyboard
Replies: 1 comment 1 reply
-
Hello,
It seems to me that the mentioned configuration is rather out-of-date and it worked only for H743.
In #10290 I provided two working configurations for H750 with mboot, I've just tested building and flashing FK750M3 and it still works ;-) However, if you are using this board, I see a possible problem. It seems that the board is using dualbank QSPI configuration (similar to STM32H750B_DK) and I couldn't get it to work :-( |
Beta Was this translation helpful? Give feedback.
1 reply
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.
Uh oh!
There was an error while loading. Please reload this page.
-
I want to build micropython on my board.
Unluckily, my board is a STM32H750XBHX (produced by 'Embedfire'). Yes, it just have 128k internal ROM, and without mpy support.
I' ve saw #7127 and #10290. The two says "it's a matter of building a configuration for a H750" and "modify mboot so that it memory maps the XIP before jumping to the application".
As for configuration, I select the project H7XX Defs, does it really works?
but boot, how to modify mboot for SPIFlash? I have no idea about it.
I don't have experience about developing in MCUs, so I can't really understand what do these mean. Could anyone please help me with some detailed answers?
(sorry for poor English.)
Beta Was this translation helpful? Give feedback.
All reactions