S32K144 setting steps for entering vlps mode

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

S32K144 setting steps for entering vlps mode

ソリューションへジャンプ
2,113件の閲覧回数
1090097669
Contributor III

Hello bodys,

What are the setting steps to enter vlps mode? At present I have enabled CAN, Uart, SPI, LPIT, but when I disable these modules and enter VLPS mode, using the function (POWER_SYS_SetMode(POWER_SYS_VLPS, POWER_MANAGER_POLICY_FORCIBLE);), my current consumption still reaches about 5mA. In the demo project I used the SDK, the current can reach below 1mA, and the consumption of the peripheral circuit is sent out. My project is based on SDK, please be as detailed as possible, thank you

タグ(1)
0 件の賞賛
返信
1 解決策
2,096件の閲覧回数
danielmartynek
NXP TechSupport
NXP TechSupport

Hello,

If you use the SDK power manager, the SetMode() function does everything that is needed to enter the VLPS mode.

The consumption differs on the peripherals that are used in the VLPS mode:

danielmartynek_0-1606222534166.png

SIRC can be disabled if not used:

danielmartynek_1-1606222694222.png

But if you see 5mA, the MCU is probably either in debug mode or it drives an external load or you left some pins floating in a digital input mode.

 

Regards,

Daniel

 

 

 

 

元の投稿で解決策を見る

0 件の賞賛
返信
1 返信
2,097件の閲覧回数
danielmartynek
NXP TechSupport
NXP TechSupport

Hello,

If you use the SDK power manager, the SetMode() function does everything that is needed to enter the VLPS mode.

The consumption differs on the peripherals that are used in the VLPS mode:

danielmartynek_0-1606222534166.png

SIRC can be disabled if not used:

danielmartynek_1-1606222694222.png

But if you see 5mA, the MCU is probably either in debug mode or it drives an external load or you left some pins floating in a digital input mode.

 

Regards,

Daniel

 

 

 

 

0 件の賞賛
返信