How to debug IPCF multi-core projects by using S32 Debug Probe?

取消
显示结果 
显示  仅  | 搜索替代 
您的意思是: 
已解决

How to debug IPCF multi-core projects by using S32 Debug Probe?

跳至解决方案
551 次查看
longtengqiufeng1
Contributor III

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:

longtengqiufeng1_0-1690187758608.png

longtengqiufeng1_1-1690187796875.png

longtengqiufeng1_2-1690187967890.png

longtengqiufeng1_3-1690188007006.png

longtengqiufeng1_4-1690188186188.png

longtengqiufeng1_5-1690188323855.png

and the error is

longtengqiufeng1_0-1690188588070.png

 

Does anyone have any idea what I am doing wrong here?

Thanks so much.

 

0 项奖励
回复
1 解答
532 次查看
Daniel-Aguirre
NXP TechSupport
NXP TechSupport

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:

DanielAguirre_0-1690223444353.png

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:

DanielAguirre_1-1690223508169.png

With this, we are able to see that both cores toggle the configured pin on their corresponding side:

DanielAguirre_2-1690223698946.png

We are showing the toggle example, since we recommend starting from an easier example.

Please, let us know.

 

在原帖中查看解决方案

1 回复
533 次查看
Daniel-Aguirre
NXP TechSupport
NXP TechSupport

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:

DanielAguirre_0-1690223444353.png

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:

DanielAguirre_1-1690223508169.png

With this, we are able to see that both cores toggle the configured pin on their corresponding side:

DanielAguirre_2-1690223698946.png

We are showing the toggle example, since we recommend starting from an easier example.

Please, let us know.