S32K358 Application Core Shutdown

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

S32K358 Application Core Shutdown

Jump to solution
674 Views
darknite2023
Contributor III

Hi.

I have a question regarding the shutdown sequence of an application core.

Per section 47.1.7 of the S32K3XXX Ref Manual, the flowchart looks as follows:

darknite2023_0-1725051003078.png

Regarding the 3rd step:

  • Request core to enter WFI by writing to corresponding core registers
     

It is not clear to me how to achieve this. Which register should I be using to indicate to the Application Core that it needs to issue a wfi instruction? If it is not a register, how is this information communicated to the corresponding application core when step 2 of the shutdown process states "Stop any ongoing core communication"?

Thanks in advance.

0 Kudos
Reply
1 Solution
571 Views
bryan_brauchler
NXP Employee
NXP Employee

Hello,

 

Several mechanisms for core-to-core communication exist on S32K3. You may use the MU or core to core interrupts. These are described in chapters 40 and 7. You may also be interested in the Inter-Platform Communication Framework which supports messaging between cores on S32K3.

Best,

 

Bryan

View solution in original post

2 Replies
572 Views
bryan_brauchler
NXP Employee
NXP Employee

Hello,

 

Several mechanisms for core-to-core communication exist on S32K3. You may use the MU or core to core interrupts. These are described in chapters 40 and 7. You may also be interested in the Inter-Platform Communication Framework which supports messaging between cores on S32K3.

Best,

 

Bryan

560 Views
darknite2023
Contributor III
Hi Bryan. Thanks for the quick response.
0 Kudos
Reply