Run MicroPython on bare-metal ARM Cortex M7 #16898
Unanswered
Mehran47
asked this question in
Hardware & Peripherals
Replies: 1 comment 3 replies
-
See the documentation for porting at https://docs.micropython.org/en/latest/develop/porting.html |
Beta Was this translation helpful? Give feedback.
3 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
I want to run MicroPython on a baremetal ARM Cortex M7 cpu (custom designed for specific use)
I have connected to my device via a ULINK PRO D.
The design says I have 256kB of ITCM and 256kB of DTCM.
By reviewing MicroPython website it seems that it would be enough.
Any suggestions that how and where to start porting MicroPython?
Thanks & regards
Beta Was this translation helpful? Give feedback.
All reactions