Hi,
I want use S32 Debug Probe to debug the IPCF examples, IPCF_Example_multi_instance_S32G274_M7_0 and IPCF_Example_multi_instance_S32G274_M7_1.
I can debug the M7_0 example single,but I can't debug M7_0 example and M7_1 example together.
S32DS version is 3.4.3
IPCF version is SW32G_IPCF_4.6.0_D2205
The configurations and errors are below:
IPCF_m7_0:
and the error is
Does anyone have any idea what I am doing wrong here?
Thanks so much.
已解决! 转到解答。
Hi,
For the multicore debugging, you need to already have a debug session running under the main core (we will assume M7_0). This is started as a normal debug session, which is similar to the one provided on the available examples (we will use the Siul2_Dio_ToggleLed_S32G274A_M7 example) with a different script, as shown below:
We use the "all_cores" script, to initialize the cores on the platform. Then, under the secondary core (we will assume M7_1), we modify the debug session to be as follows:
With this, we are able to see that both cores toggle the configured pin on their corresponding side:
We are showing the toggle example, since we recommend starting from an easier example.
Please, let us know.
Hi,
For the multicore debugging, you need to already have a debug session running under the main core (we will assume M7_0). This is started as a normal debug session, which is similar to the one provided on the available examples (we will use the Siul2_Dio_ToggleLed_S32G274A_M7 example) with a different script, as shown below:
We use the "all_cores" script, to initialize the cores on the platform. Then, under the secondary core (we will assume M7_1), we modify the debug session to be as follows:
With this, we are able to see that both cores toggle the configured pin on their corresponding side:
We are showing the toggle example, since we recommend starting from an easier example.
Please, let us know.