S32K312-sleep problem

キャンセル
次の結果を表示 
表示  限定  | 次の代わりに検索 
もしかして: 

S32K312-sleep problem

ソリューションへジャンプ
1,065件の閲覧回数
Simon_Liu
Contributor II

Background:
1. Use the S32Design Studio tool to import the example [Power_Ip_Example_S32K312], and additionally configure the STANDBY mode.
2. Added Wkpu in Drivers and configured PTB19 as the wakeup source, and configured related Wkp interrupt.
3. Configure PTE18 as GPIO output

Operation:
1. Perform Power initialization, Siul2 initialization, wkp initialization, interrupt enable, etc. in the Main function.
2. Set PTE18 as high level output.
3. 3. Call the Power_Ip_SetMode function to pass in the StandBy parameters.

Problems:
1. PTE18 does not change to low level after StandBy.
2. The current does not drop significantly after StandBy.

What are the reasons for the above two questions?

0 件の賞賛
返信
1 解決策
1,000件の閲覧回数
Senlent
NXP TechSupport
NXP TechSupport

Hi@SimonLiu93

if padkeeping is disabled, the pin will remain the run mode after entering standby mode, but once it wakeups, the pin will become floating until initialized by software again.

元の投稿で解決策を見る

0 件の賞賛
返信
4 返答(返信)
1,039件の閲覧回数
Senlent
NXP TechSupport
NXP TechSupport

Hi@SimonLiu93

would you please take a look at this post, it might be help you.

https://community.nxp.com/t5/S32K/about-S32K312-STANDBY-CURRENT/td-p/1654304 

0 件の賞賛
返信
1,006件の閲覧回数
Simon_Liu
Contributor II

Hi @Senlent 

Thank you for your answer.

Regarding the first question, after entering StandBy, if PadKeeping is not set, will the output pad level be maintained?

0 件の賞賛
返信
1,001件の閲覧回数
Senlent
NXP TechSupport
NXP TechSupport

Hi@SimonLiu93

if padkeeping is disabled, the pin will remain the run mode after entering standby mode, but once it wakeups, the pin will become floating until initialized by software again.

0 件の賞賛
返信
990件の閲覧回数
Simon_Liu
Contributor II

Hi @Senlent 

Thank you for your answer

0 件の賞賛
返信