Hi,
after the fist try with Portenta H7 seems that the serial is accessible only from the M7 side. Eg:
Serial.begin(115200);
Serial.print("M4 ");
has no effect on M4 core. Where can i found a table or so to understand which function/resource is available to which side?
Thank you