LPC11U24 Active Mode Supply Current

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

LPC11U24 Active Mode Supply Current

476 Views
tech_34
Contributor II

I am currently working with the LPC11U24 on the NTAG I2C Plus board and finding that even with the following configuration in the demo code:

 

Chip_SYSCTL_PowerUp(SYSCTL_POWERDOWN_WDTOSC_PD);
LPC_SYSCTL->SYSAHBCLKCTRL |= (1<<15); // enable clock to WDT block
Chip_Clock_SetWDTOSC(WDTLFO_OSC_4_60, 2);
LPC_WWDT->CLKSEL |= (1<<0); // select watchdog oscillator
Chip_Clock_SetMainClockSource(SYSCTL_MAINCLKSRC_WDTOSC);

 

The board (without LCD attached) is consuming ~1.4-1.6mA. Is there an active mode configuration for this board and microcontroller that can result in something in the region of 0.5mA?

Thanks,
Karl

Tags (1)
0 Kudos
3 Replies

324 Views
kerryzhou
NXP TechSupport
NXP TechSupport

Hi tech_34,

    From the datasheet, you can get your 1.4-1.6mA is correct, the MCU power consumption in active mode is above 1mA,

62.jpg

63.jpg

Wish it helps you!

If you still have question, please let me know!


Have a great day,
Jingjing

-----------------------------------------------------------------------------------------------------------------------
Note: If this post answers your question, please click the Correct Answer button. Thank you!
-----------------------------------------------------------------------------------------------------------------------

0 Kudos

324 Views
tech_34
Contributor II

Is this not the correct forum for this question? Please advise.

0 Kudos

324 Views
lpcware
NXP Employee
NXP Employee
bump
0 Kudos