S32K358 Application Core Shutdown

取消
显示结果 
显示  仅  | 搜索替代 
您的意思是: 
已解决

S32K358 Application Core Shutdown

跳至解决方案
767 次查看
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 项奖励
回复
1 解答
664 次查看
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

在原帖中查看解决方案

2 回复数
665 次查看
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

653 次查看
darknite2023
Contributor III
Hi Bryan. Thanks for the quick response.
0 项奖励
回复