About Multi-cores application for MPC5748

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

About Multi-cores application for MPC5748

712 Views
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

Labels (1)
Tags (2)
0 Kudos
1 Reply

469 Views
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 Kudos