What are the various ways the LPC17xx can be woken up from a low power mode?

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

What are the various ways the LPC17xx can be woken up from a low power mode?

1,336 Views
lpcware-support
Senior Contributor I

There are several ways to wake up the processor, such as:

NMI, External Interrupts EINT0 through EINT3, GPIO interrupts, the Ethernet WOL interrupt, BOD, RTC Alarm interrupt, a WD Timer timeout, a USB input pin transition, a CAN input pin transition, as long as the related interrupt is enabled.

A UART may be used to wake the device from sleep mode but not from deep sleep mode and power-down mode. The UART can be running in sleep mode and when it receives a signal, it can generate an interrupt and wake the processor up.

In sleep mode, any enabled interrupt can wake the device up.

Labels (3)
0 Replies