Unable to enter stop1 mode with WFE

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

Unable to enter stop1 mode with WFE

ソリューションへジャンプ
586件の閲覧回数
zxc1
Contributor I

I would like to know if the S32K144 supports the wfe instruction to go to low power?

I tried to call power_sys_setmode() and replace the WFI instruction in there with WFE instruction, but cpu can't go to STOP1.

0 件の賞賛
返信
1 解決策
531件の閲覧回数
VaneB
NXP TechSupport
NXP TechSupport

Hi @zxc1 

The S32K1xx RM specifies the following stop modes STOP1, STOP2, and VLPS with the WFI instruction only.

The system functionality with the WFE instruction is not specified and should not be used.

元の投稿で解決策を見る

0 件の賞賛
返信
3 返答(返信)
566件の閲覧回数
VaneB
NXP TechSupport
NXP TechSupport

Hi @zxc1 

The "SEV" and "WFE" are usually used on multi-core systems.

Although these instructions are included in the S32K14x, s this technology is a single core, so they should not be implemented in the application code.

There is an application note that could help you with the power modes. 

Power Management for S32K1xx

 

B.R.

VaneB

0 件の賞賛
返信
543件の閲覧回数
zxc1
Contributor I

Hi,@VaneB

So "WFE" is able to enter STOP1, but I shouldn't be able to use it in the application code, right?

0 件の賞賛
返信
532件の閲覧回数
VaneB
NXP TechSupport
NXP TechSupport

Hi @zxc1 

The S32K1xx RM specifies the following stop modes STOP1, STOP2, and VLPS with the WFI instruction only.

The system functionality with the WFE instruction is not specified and should not be used.

0 件の賞賛
返信