Unable to enter stop1 mode with WFE

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

Unable to enter stop1 mode with WFE

Jump to solution
584 Views
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 Kudos
Reply
1 Solution
530 Views
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.

View solution in original post

0 Kudos
Reply
3 Replies
565 Views
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 Kudos
Reply
542 Views
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 Kudos
Reply
531 Views
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 Kudos
Reply