S32K44 Standby

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

S32K44 Standby

6,245 Views
1260784871
Contributor II

1、Does HSM Core have the WFI execution state in the following figure?

1260784871_0-1676463730433.png

2、Is there a detailed documentation for multi-core(include HSM core) entry standby?

0 Kudos
Reply
7 Replies

6,231 Views
VaneB
NXP TechSupport
NXP TechSupport

Hi @1260784871 

1. Does HSM Core have the WFI execution state in the following figure?

You can find information about HSE in chapter 35 of the S32K3xx Reference Manual, Rev. 5.
If you need more information about HSE, you can find it in secure files, but it is under NDA (Non Disclosure Agreement). It is not public.

2. Is there a detailed documentation for multi-core(include HSM core) entry standby?

Please refer to section 45.6 Standby entry of the RM.

 

B.R.

VaneB

0 Kudos
Reply

6,148 Views
1260784871
Contributor II

1260784871_0-1677496800612.png

Which pads belong to the Run domain and which belong to the Standby domain?

0 Kudos
Reply

6,121 Views
VaneB
NXP TechSupport
NXP TechSupport

Hi @1260784871 

Any pin can be pad kept if you enable the corresponding MSCR[PKE] and write 0 to DCM's DCMRWF1[STANDBY_IO_CONFIG] field.

0 Kudos
Reply

6,116 Views
1260784871
Contributor II

1、I have tested the S32K344 EVB, When DCMRWF1[STANDBY_IO_CONFIG] =0,and MSCR[PKE]=0,PAD KEEP also enabled

2、Setting MSCR[PKE] to 0 or 1 seems to make no difference,why?

0 Kudos
Reply

6,108 Views
VaneB
NXP TechSupport
NXP TechSupport

Hi @1260784871 

Pad keeping is basically keeping or not the state of the pads when you go into standby.

Could you be more detailed about what you see when writing 1 or 0 to MSCR[PKE]?

0 Kudos
Reply

6,095 Views
1260784871
Contributor II

1、What I tested was that GPIO output would remain during standby mode, no matter what the configuration

2、Can you give me the  example code: GPIO output does not hold when entering standby mode

中文:不管我如何配置PAD Keeping使能与失能,进入standby mode,GPIO的输出都能保持为RUN模式下的状态,能不能给我一份《RUN模式下GPIO输出高,进入Standby mode后,GPIO不能保持》的例程

0 Kudos
Reply

6,027 Views
VaneB
NXP TechSupport
NXP TechSupport

Hi @1260784871 

No matter whether pad keeping is enabled or not before going to standby mode. The GPIO will always retain the status set before going to standby mode. The function of pad keeping is mainly to keep the GPIO mode between MCU reset to pad keeping disabled(write DCM_GPR->DCMRWF1[STANDBY_IO_CONFIG] = 1).

The enlisted IO can change its output state after the chip enters StandBy mode.

VaneB_0-1678123038141.png

 

0 Kudos
Reply