Port of MicroPython to STM32H750B-DK board ? #10219
Unanswered
LAPSyLAB
asked this question in
STM32 / Pyboard
Replies: 2 comments 2 replies
-
Hello, some time ago I've written definitions for some H750 boards. Not the STM32H750B-DK but you may find how I dit it ;-) Check the articke here and (somehow outdated, but previously working ;-) ) definitions here and here. |
Beta Was this translation helpful? Give feedback.
2 replies
-
Hello,
Thanks for all the info and help. I think it will be much easier to start our port.
We will let you know if definitions compile…
Regards,
Robert.
From: Jan Hrudka ***@***.***>
Sent: Thursday, December 15, 2022 10:10 AM
To: micropython/micropython ***@***.***>
Cc: LAPSy ***@***.***>; Author ***@***.***>
Subject: Re: [micropython/micropython] Port of MicroPython to STM32H750B-DK board ? (Discussion #10219)
No, I've never used CubeIDE for building MP. You may put the above mentioned definitions to ports/stm32/boards/ directory (e.g. clone it there) and then build it in the standard way, i.e. from ports/stm32/ directory run make e.g. BOARD=WEACT_H750. But keep in mind that these definitions were tested more than one year ago, so it is possible that the build may fail.
—
Reply to this email directly, view it on GitHub <#10219 (reply in thread)> , or unsubscribe <https://github.com/notifications/unsubscribe-auth/ACXLHQ2HG6BPS6ZKPPWP4JLWNLN7DANCNFSM6AAAAAAS6HLUWU> .
You are receiving this because you authored the thread.Message ID: ***@***.***>
|
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.
-
Hello,
has anyone tried or has more info about port to STM32H750B-DK board ?
One limitation is probably Internal Flash of only 128KB, but plenty of QSPI Flash, so this shouldn't be a problem.
I've also heard about the problem with clock configuration - not sure if this one is true.
There is a port for STM32H7B3I_DK which seems to be the closest one. Has anyone tried or has advice how to approach port for STM32H750B-DK board ?
Thanks in advance,
regards.
Beta Was this translation helpful? Give feedback.
All reactions