Portenta H7 - microPython and C-code on different cores + RPC

Hello,

I would like to use microPython on the M4 core and C-code on the M7 core. Next i would like to share some variables/function via RPC.

I already managed to use the RPC.h and shared data between the M4 and M7 core, both flashed with Arduino C-code. And I've installed the OpenMV IDE and run some basic examples via microPython. But i can't figured out, on which core i've flashed the microPython Code (M7 or M4?). To my knowledge it is not possible to use the M4 core with microPhython so far (?)...

Is there a way to run C/microPyhton on different cores, while passing variables to each other? If there is no possibility to run microPython on the M4 core, would it be possible to run microPython on the M7 core and boot C-code on the M4 core?

Thanks and regards,
Klaus

This topic was automatically closed 180 days after the last reply. New replies are no longer allowed.