IMXRT1176 SNVS Mode High Sleep Current

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

IMXRT1176 SNVS Mode High Sleep Current

ソリューションへジャンプ
1,420件の閲覧回数
Ykciv
Contributor III

We are using the below software method for SNVS power mode.

SNVS->LPCR |= SNVS_LPCR_TOP_MASK;

But we are getting around 250-300 uA in our custom board. 

Is there any sequence we need to follow before executing the above method for SNVS to reduce the current? Do we need to handle any pins?

0 件の賞賛
返信
1 解決策
1,338件の閲覧回数
Ykciv
Contributor III

Thanks for the help. In our custom board We dont have provision for measuring current in SNVS_IN line alone. But we removed all the components except controller to measure the current. We were still observed more than 200uA current consumption.

But after integrating SNVS_XX pin leakage method mentioned in the AN13104 document, Current is reduced to around 50uA.

 

元の投稿で解決策を見る

0 件の賞賛
返信
8 返答(返信)
1,339件の閲覧回数
Ykciv
Contributor III

Thanks for the help. In our custom board We dont have provision for measuring current in SNVS_IN line alone. But we removed all the components except controller to measure the current. We were still observed more than 200uA current consumption.

But after integrating SNVS_XX pin leakage method mentioned in the AN13104 document, Current is reduced to around 50uA.

 

0 件の賞賛
返信
1,398件の閲覧回数
Ykciv
Contributor III

- Are you currently using our power_mode_switch example code for the RT1170 SDK?

Yes. Only SNVS case is implemented in our software.

- Do you have any more pins/modules enabled that could consume power?

It is custom design, but before going to sleep we are shutting down all the power lines of peripherals and GPIO output pins are reinitialized with logic 0 as initial state. We checked the power lines of all the peripherals.

Do we need to handle any SDRAM,TFT,USDHC and FLEXSPI pins before going to sleep?


- How are you measuring the current in your board?

At the power supply terminal positive end, we are checking the current.


- You are currently trying to enter SNVS mode by software. Have you tried entering by hardware (Pressing the ON/OFF button for more than five seconds)?

ON/OFF button method is not tried. But cluster is going to sleep and waking up with the wakeup button as trigger. Is there any issue in using the software method?

0 件の賞賛
返信
1,382件の閲覧回数
EdwinHz
NXP TechSupport
NXP TechSupport

Hi @Ykciv,

The current consumption measurement for SNVS should be done on the VDD_SNVS_IN pin rather than the power supply, could you please try this instead?

There should be no real need to handle the pins you mention if the SNVS mode is entering correctly. This is also why I also about hardware method of entering this mode. I just wanted to ensure that the SNVS mode is being reached. Please ensure SNVS mode is reached and measure VDD_SNVS_IN pin once it does.

 

BR,

Edwin.

0 件の賞賛
返信
1,374件の閲覧回数
Ykciv
Contributor III

Hi @EdwinHz ,

Thanks for the Response.

How can I ensure it reaches SNVS Mode?

0 件の賞賛
返信
1,369件の閲覧回数
EdwinHz
NXP TechSupport
NXP TechSupport

Hi @Ykciv,

You can ensure SNVS mode by lookin into the PMIC_ON_REQ pad. Before entering SNVS mode, or upon exit, this pin should be HIGH. During SNVS mode, it will be LOW. For more information about this, look into Section "25.3.1 Reset and Power Scheme" and "25.3.2 Finite State Machine (FSM)" of the RM.

0 件の賞賛
返信
1,362件の閲覧回数
Ykciv
Contributor III

Ok. Then it enters SNVS mode properly. We already measured the PMIC and power lines.

After controller enters to SNVS sleep mode, PMIC pin is low and DCDC & other LDO lines also LOW.

0 件の賞賛
返信
1,356件の閲覧回数
EdwinHz
NXP TechSupport
NXP TechSupport

I understand that you are getting 250-300 uA from the power supply, but when measuring VDD_SNVS_IN the current consumption should be typically around these values (depending on the temperature). 

EdwinHz_0-1674062623753.png

Could you please check this? If the consumption is similar to these specifications, it's likely that the issue lies elsewhere on the custom board.

0 件の賞賛
返信
1,409件の閲覧回数
EdwinHz
NXP TechSupport
NXP TechSupport

Hi @Ykciv,

Could you please clarify:
- Are you currently using our power_mode_switch example code for the RT1170 SDK?
- Do you have any more pins/modules enabled that could consume power?
- How are you measuring the current in your board?
- You are currently trying to enter SNVS mode by software. Have you tried entering by hardware (Pressing the ON/OFF button for more than five seconds)?

 

BR,

Edwin.

0 件の賞賛
返信