Hi Daniel,
Thanks, that thread helped a lot. Multicore debugging is working now.
It seems fine, to let one core run and stop the other one.
In general things are working as expected.
I used the IPCF_Example_multi_instance_S32G274 example with both projects (one for M7_0 and one for M7_1), with slight modifications I could use the M7_0 project as sender and keep the other one as receiver.
Now I am working on the next step, I want to use the sender (M7_0) together with freeRTOS instead of the default bare metal setup. So far, the changes where quite simple, it seems to work.
I still leave the receiver side (M7_1) as bare metal project.
Only later in the example, after the M7_1 received already one message on the unmanaged channel, and the sender sends the first message on the managed channel, I get some problem during debugging.
When I run into a breakpoint, suddenly there is no more callstack, or at least there is something wrong:
Markus_Schroeder_0-1696591538945.png
It also doesn't show me, where it stops in the code. But it seems stopped.
Then, when I click run, I get this message:
Markus_Schroeder_1-1696591661174.png
Can you please help me with this issue? How can I avoid that?
Best regards,
Markus