
UM10800
All information provided in this document is subject to legal disclaimers.
© NXP Semiconductors N.V. 2016. All rights reserved.
User manual
Rev. 1.2 — 5 October 2016
62 of 487
NXP Semiconductors
UM10800
Chapter 6: LPC82x Reduced power modes and power management
6.4 Pin description
In Deep power-down only the WAKEUP pin PIO0_4 and the self-wake-up timer clock
input WKTCLKIN on pin PIO0_28 are functional (if enabled). The WAKEUP function can
be disabled in the DPDCTRL register to lower the power consumption even more. In this
case, enable the self-wake-up timer to provide an internal wake-up signal. See
Section 6.6.3 “Deep power-down control register”
.
Remark:
When entering Deep power-down mode, an external pull-up resistor is required
on the WAKEUP pin to hold it HIGH. In addition, pull the RESET pin HIGH to prevent it
from floating while in Deep power-down mode.
Table 58.
System control register (SCR, address 0xE000 ED10) bit description
Bit
Symbol
Description
Reset
value
0
-
Reserved.
0
1
SLEEPONEXIT
Indicates sleep-on-exit when returning from Handler mode to
Thread mode:
0 = do not sleep when returning to Thread mode.
1 = enter sleep, or deep sleep, on return from an ISR to
Thread mode.
Setting this bit to 1 enables an interrupt driven application to
avoid returning to an empty main application.
0
2
SLEEPDEEP
Controls whether the processor uses sleep or deep-sleep as
its low power mode:
0 = sleep
1 = deep sleep.
0
3
-
Reserved.
0
4
SEVONPEND
Send Event on Pending bit:
0 = only enabled interrupts or events can wake-up the
processor, disabled interrupts are excluded
1 = enabled events and all interrupts, including disabled
interrupts, can wake up the processor.
When an event or interrupt enters pending state, the event
signal wakes up the processor from WFE. If the processor is
not waiting for an event, the event is registered and affects
the next WFE.
The processor also wakes up on execution of an
SEV
instruction.
0
31:5
-
Reserved.
0