Hello,
Currently, I try to get the IPCF communication to work between 2 M7 cores on the S32G274A.
All your examples are based on a communication between one A53 core running Linux with either one or two M7 cores running bare metal (probably with freeRTOS as well with few modifications).
For keeping it simpler, I want to start only with the M7 cores (most of the peripherals are already used by one M7 core, it would be too complex bringing in an A53 at this stage of the project, this will happen later).
From my understanding, it should be simple to modify the Example just for a communication between 2 M7 cores.
My question is, how can I debug this setup?
I have an S32 Debug Probe, I know how to debug single-core projects.
The example projects requires to load the M7 binaries via U-Boot.
Is there also a way to load the code for both cores via the S32 Debug Probe and then debug this combination? Can I debug two cores at the same time? Can I set breakpoints on both cores? When I stop one core, does the other one stop as well?
Sorry for the amount of questions. Maybe there is a documentation on this topic, I just couldn't find yet, then I would be glad if you can give me the link to that.
Best regards,
Markus