LPC802 power consumption

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

LPC802 power consumption

Jump to solution
972 Views
frank-lin-Sunon
Contributor II

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)

 

Tags (1)
0 Kudos
1 Solution
933 Views
frank-lin-Sunon
Contributor II

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

View solution in original post

0 Kudos
3 Replies
947 Views
frank-lin-Sunon
Contributor II

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 Kudos
934 Views
frank-lin-Sunon
Contributor II

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

0 Kudos
926 Views
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 Kudos