S32K44 Standby

取消
显示结果 
显示  仅  | 搜索替代 
您的意思是: 

S32K44 Standby

6,047 次查看
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 项奖励
回复
7 回复数

6,033 次查看
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 项奖励
回复

5,950 次查看
1260784871
Contributor II

1260784871_0-1677496800612.png

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

0 项奖励
回复

5,923 次查看
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 项奖励
回复

5,918 次查看
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 项奖励
回复

5,910 次查看
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 项奖励
回复

5,897 次查看
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 项奖励
回复

5,829 次查看
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 项奖励
回复