S32K358 multi core with same SDK

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

S32K358 multi core with same SDK

Jump to solution
756 Views
nirmal_masilamani
Contributor IV

Hello Team,

We are using S32K358 with Multi core.

Since we need to build separate project for each core, is it possible to use single SDK, for multi core?

Tags (2)
0 Kudos
Reply
1 Solution
611 Views
danielmartynek
NXP TechSupport
NXP TechSupport

Hi @nirmal_masilamani,

Here is a simple example:

https://community.nxp.com/t5/S32K-Knowledge-Base/S32K358-Multicore-Start-CM7-2-from-CM7-0/ta-p/19238...

There isn’t a dedicated document for this; the reference manual is the primary source of information.

 

BR, Daniel

 

 

View solution in original post

0 Kudos
Reply
6 Replies
723 Views
danielmartynek
NXP TechSupport
NXP TechSupport

Hi @nirmal_masilamani,

What do you mean by single SDK?

Do you use S32DS IDE to configure the drivers or do you use Tresos?

 

 

 

0 Kudos
Reply
721 Views
nirmal_masilamani
Contributor IV

Hi,

Using S32DS IDE.

What do you mean by single SDK? - > In S32DS, if i create an application project for S32K548, 2 separate projects created for each core. Each project has its own config .mex file, RTD files and everything's.

My doubt is, since both cores use same SDK, can we use single SDK?

Instead of separate SDK files.

Tags (2)
0 Kudos
Reply
678 Views
danielmartynek
NXP TechSupport
NXP TechSupport

Hi @nirmal_masilamani,

What would be the purpose of it?

Each core project in the S32DS IDE (S32K3xx RTD) has its own configuration tool and corresponding .mex file. This is necessary because typically, each core is responsible for different tasks and therefore uses different peripherals.

For example:

If CM7_0 uses the ADC, its RTD folder will include the source files for the ADC driver.
If CM7_2 uses the UART, its RTD folder will contain the UART driver source files.

Even though some RTD source files may exist in both projects, only the modules and functions actually used by each core are compiled and linked into its final image.

 

Regards,

Daniel

 

 

0 Kudos
Reply
649 Views
nirmal_masilamani
Contributor IV

Hello @danielmartynek ,

Thank for your reply,

Is there any documents or example project for S32K38, on which core is started first and how to start other core's?

Tags (2)
0 Kudos
Reply
612 Views
danielmartynek
NXP TechSupport
NXP TechSupport

Hi @nirmal_masilamani,

Here is a simple example:

https://community.nxp.com/t5/S32K-Knowledge-Base/S32K358-Multicore-Start-CM7-2-from-CM7-0/ta-p/19238...

There isn’t a dedicated document for this; the reference manual is the primary source of information.

 

BR, Daniel

 

 

0 Kudos
Reply
575 Views
nirmal_masilamani
Contributor IV

Hello @danielmartynek ,

Thank for the information.

Tags (2)
0 Kudos
Reply