S32K358 Application Core Shutdown

キャンセル
次の結果を表示 
表示  限定  | 次の代わりに検索 
もしかして: 

S32K358 Application Core Shutdown

ソリューションへジャンプ
779件の閲覧回数
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 解決策
676件の閲覧回数
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 返答(返信)
677件の閲覧回数
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

665件の閲覧回数
darknite2023
Contributor III
Hi Bryan. Thanks for the quick response.
0 件の賞賛
返信