LPC802 power consumption

取消
显示结果 
显示  仅  | 搜索替代 
您的意思是: 
已解决

LPC802 power consumption

跳至解决方案
1,471 次查看
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)

 

标记 (1)
0 项奖励
回复
1 解答
1,432 次查看
frank-lin-Sunon
Contributor II

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

在原帖中查看解决方案

0 项奖励
回复
3 回复数
1,446 次查看
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 项奖励
回复
1,433 次查看
frank-lin-Sunon
Contributor II

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

0 项奖励
回复
1,425 次查看
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 项奖励
回复