How to make S32K344 get lowest current consumption in SOC_STANDBY mode

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

How to make S32K344 get lowest current consumption in SOC_STANDBY mode

跳至解决方案
555 次查看
KerryJ
Contributor II

I used S32K344,

IDE is S32DS3.4 ,

RTD is S32K3 RTD AUTOSAR 4.4 VERSION 2.0.0

I Set S32K344 in SOC_STANDBY mode by Power_Ip_SetMode(soc_standby), and I Found the current consumption is 14mA, the request is less 3 mA.

what step I lost? like deinitial some mode used? or switch clock to FISR? I tried so many but not worked!

I wish there is example project to learn it, Hope to get your help, thanks.

0 项奖励
1 解答
537 次查看
KerryJ
Contributor II

Thanks you very much.

I find out my problem. there are two pin config as SPI_OUT which increase current consumption in SOC_STANDBY mode. So I config those 2 pin as GPIO_OUT_LOW before enter SOC_STANDBY mode. and the problem is solved!

在原帖中查看解决方案

0 项奖励
2 回复数
543 次查看
VaneB
NXP TechSupport
NXP TechSupport

Hi @KerryJ 

Several standby examples are attached to the following community post that may be of help to you.

Examples for S32K344

 

B.R.

VaneB

0 项奖励
538 次查看
KerryJ
Contributor II

Thanks you very much.

I find out my problem. there are two pin config as SPI_OUT which increase current consumption in SOC_STANDBY mode. So I config those 2 pin as GPIO_OUT_LOW before enter SOC_STANDBY mode. and the problem is solved!

0 项奖励