Hello, I was looking for information to carry out communication between both cores of the GIGA R1 WFI. I have seen how to use RPC when both cores are in C and it works very well, but if the M7 is in micropyton, can it communicate with the M4 and vice versa? Thank you!
Do you have any project in mind for this setup?
My idea is to program pins, functions, etc... on the M4, making a kind of "library" in that core. Once my sketch is loaded on the M4, I want other users to load their .py files freely, I want the micropyton code to be executed in the M7 core, but when that code makes a call to a function of the M4 core, it executes it and return the response to continue executing the micropyton code. In this way, I would leave the sketch loaded with the most general functions in the M4, and other users would only have to load their micropyton code into memory in a simple way, with code that makes calls to my functions and without the need to compile in the Ide. I hope I have explained myself. Greetings!
Hello! Here you go ![]()