Unfortunately, We don't have any example with a dual elf available but, I please follow the steps bellow to create a project with this configuration.
1.- Create a new S32DS Application Project
2.- Select your multicore device and give the project a name
3.- Select if you want to use the PlatformSDK or not... ( Personally I would use it since ir makes the development to go faster)
4.- After you click on finish, you will see that 2 new projects will be added to your project explorer tab. There is one project for each core, then you can compile them and develop them as 2 different projects.
When you already have your 2 elf files, you can check the thread below that shows how to flash them and debug them. It's made for another target but the same steps apply for the S32k family.
HOWTO: debug multi-core project in S32 Design stud... - NXP Community
HOWTO: download separate elf/srec/hex file to micr... - NXP Community
I hope this information is helpful to you.
Best Regards!
Hello @jakub_mielczare
Kindy review the details below:
Example Name: Platform_Multicore_SingleElf_S32K324
RTD/Version: S32K3 RTD AUTOSAR 4.4 2.0.0 version=2.0.0
Best Regards and Happy Development!
Unfortunately, We don't have any example with a dual elf available but, I please follow the steps bellow to create a project with this configuration.
1.- Create a new S32DS Application Project
2.- Select your multicore device and give the project a name
3.- Select if you want to use the PlatformSDK or not... ( Personally I would use it since ir makes the development to go faster)
4.- After you click on finish, you will see that 2 new projects will be added to your project explorer tab. There is one project for each core, then you can compile them and develop them as 2 different projects.
When you already have your 2 elf files, you can check the thread below that shows how to flash them and debug them. It's made for another target but the same steps apply for the S32k family.
HOWTO: debug multi-core project in S32 Design stud... - NXP Community
HOWTO: download separate elf/srec/hex file to micr... - NXP Community
I hope this information is helpful to you.
Best Regards!