how to create single bin file in multi core

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

how to create single bin file in multi core

Jump to solution
800 Views
nirmal_masilamani
Contributor IV

Hello Team,

How to generate single bin file for S32K358 multi core ?

Tags (2)
0 Kudos
Reply
1 Solution
771 Views
Julián_AragónM
NXP TechSupport
NXP TechSupport

Hi @nirmal_masilamani,

You can create a single elf for a multicore project. There is this example in community you can refer to: Example MPC5777C Single ELF multi-core Pin Toggling - S32DS Power 2017.R1.

It is quite old, but the same concept applies. 

Other method can be creating binaries for all .elfs and merge them. But in raw binary does not contain info for addresses. Better idea is to create three s-records and merge it with srecord tools: SRecord 1.65.

I've also sent you a private message regarding an example routine for single elf on S32K358.

Best regards,
Julián

View solution in original post

0 Kudos
Reply
1 Reply
772 Views
Julián_AragónM
NXP TechSupport
NXP TechSupport

Hi @nirmal_masilamani,

You can create a single elf for a multicore project. There is this example in community you can refer to: Example MPC5777C Single ELF multi-core Pin Toggling - S32DS Power 2017.R1.

It is quite old, but the same concept applies. 

Other method can be creating binaries for all .elfs and merge them. But in raw binary does not contain info for addresses. Better idea is to create three s-records and merge it with srecord tools: SRecord 1.65.

I've also sent you a private message regarding an example routine for single elf on S32K358.

Best regards,
Julián

0 Kudos
Reply