LPC power down current

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

LPC power down current

550 Views
lpcware
NXP Employee
NXP Employee
Content originally posted in LPCWare by kiryat8 on Wed Oct 01 22:53:22 MST 2014
On a custom LPC1768 board with no Ethernet used or PHY attached I am reading a total current over 700ua.
Before going into CLKPWR_PowerDown() low power mode,
1) Turn all PCON modules except RTC and GPIO.
2) Turn off PLL0 and PLL1 and change to internal RC oscillator.
3) Switch all pin directions possible as described in AN10915 (Using the LPC1700 power modes).
  I switched off all internal pullups and pull downs
  Changed the pin directions where possible to output low and input where there are pullup or pull down.
  Turn off brownout.
4) Changed all pins back to GPIO.
      I read somewhere where the ADC pins maybe should be left as high impedance ADC and not GPIOs.  
      Is this true?

Is there something I am missing?
If I never use the Ethernet and no PHY mounted then there is no way the Ethernet module is taking power?

Any thoughts anyone.
Thanks
Labels (1)
0 Kudos
Reply
1 Reply

428 Views
lpcware
NXP Employee
NXP Employee
Content originally posted in LPCWare by cfb on Fri Oct 03 19:40:58 MST 2014
See "mbed Power Control/Consumption" for a comparison with your expectations:

http://developer.mbed.org/users/no2chem/notebook/mbed-power-controlconsumption/
0 Kudos
Reply