LPC802 power consumption

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

LPC802 power consumption

ソリューションへジャンプ
3,452件の閲覧回数
frank-lin-Sunon
Contributor III

Hi,
I get a OM40000 RevA (LPC802) EVB, and trying to get the the power consumption about it.
I install MCUXpressoIDE v11.3.1, SDK v2.9.0.
Import project power_mode_switch from sdk, and change code as attach file.
Remove JP1 jumper, connect a ammeter at JP1, flash code and repower EVB.
I got about 139uA after 10s.
Is this right? For me, it is to high. (I need 20~30uA in my product)

 

タグ(1)
0 件の賞賛
返信
1 解決策
3,413件の閲覧回数
frank-lin-Sunon
Contributor III

I found the problem.
All pin will pull-up after reset, i need to disable pull-up.

元の投稿で解決策を見る

0 件の賞賛
返信
3 返答(返信)
3,426件の閲覧回数
frank-lin-Sunon
Contributor III

After remove LED daughter board, i could get about 50uA.
But If i add GPIO init, it will increase to 110uA. Is this correct?

0 件の賞賛
返信
3,414件の閲覧回数
frank-lin-Sunon
Contributor III

I found the problem.
All pin will pull-up after reset, i need to disable pull-up.

0 件の賞賛
返信
3,405件の閲覧回数
ZhangJennie
NXP TechSupport
NXP TechSupport

In addition, Below are necessary for Idd measurement:

1. IDD measurements were performed with all pins configured as GPIO outputs driven LOW and pull-up resistors disabled.
2.  FRO enabled.
3. BOD disabled.
4.  All peripherals disabled in the SYSAHBCLKCTRL register. Peripheral clocks disabled in system configuration block.
5,  All oscillators and analog blocks turned off.
6.  WAKEUP function pin pulled HIGH externally.

Have a nice day

Jun Zhang

0 件の賞賛
返信