About Multi-cores application for MPC5748

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

About Multi-cores application for MPC5748

750 次查看
hjianzoo
Contributor I

hello everybody,

I use S32DS to develop MPC5748G, I want to use three cores Z2, Z4A, Z4B; but the use of S32DS new multi-core project, did not achieve the expected results, that is, Z4A used as the main core, in Z2 or Z4B There is no effect on the operation of the IO port. What else do you need to do?
In addition, will the default download program on S32DS be a three-core program that will be downloaded together automatically? It looks like it is. Or what else do I need to set?

Thanks

标签 (1)
标记 (2)
0 项奖励
1 回复

507 次查看
martin_kovar
NXP Employee
NXP Employee

Hello,

if you want to download code for all three cores, S32DS uses option called LaunchGroup. As soon as you create multicore project and compile it for required target (debug, debug_ram, release), LaunchGroup for this configuration is created and you can use it for downloading and debugging multicore project.

Please see the figure below:

pastedImage_1.png

Regards,

Martin

0 项奖励