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.
Solved! Go to Solution.
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.
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.
B.R.
VaneB
Hi,@VaneB
So "WFE" is able to enter STOP1, but I shouldn't be able to use it in the application code, right?
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.