[Portenta H7] Threads/Cores #9777
Unanswered
darrenweinhold
asked this question in
Hardware & Peripherals
Replies: 1 comment 3 replies
-
MicroPython does not have any support for multi-core on chips where the cores are not identical. (i.e. we support configurations like the rp2 where the same code runs on both cores). The comment in the config file is a bit misleading -- really what it's saying is that we're building firmware for the M7 core and therefore have the appropriate CMSIS configuration. |
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.
-
I am working on a project using the Portenta H7.
Is dual core operation enabled? I noticed the Dual Flag set in the board config files (here), but didn't see any documentation on using this. I assume its just spawning two threads to run. If so, how does it specify which thread runs on which core?
Beta Was this translation helpful? Give feedback.
All reactions