whether can GPIO group interrupt wake up the LPC4350 from Power-Down mode?

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

whether can GPIO group interrupt wake up the LPC4350 from Power-Down mode?

465 Views
lpcware
NXP Employee
NXP Employee
Content originally posted in LPCWare by david_sh on Thu Sep 06 02:41:13 MST 2012
I call PWR_PowerDown() function to put  LPC4350 into Power-Down mode in Hitex-A4 board, then I issue a GPIO group interrupt,  but the system can't be waked up,
from the LPC4350 user manual, I can find "The GPIO group interrupts can wake up the part from sleep, deep-sleep or power-down modes." may anybody provide
the demo code? thanks a lot!
Labels (1)
0 Kudos
Reply
2 Replies

445 Views
lpcware
NXP Employee
NXP Employee
Content originally posted in LPCWare by Jg on Tue Oct 23 15:09:29 MST 2012
In deep-sleep and power down the core logic and also GPIO are state retained but not active. You have to use the wake up inputs in the RTC domain to wake up from a low power mode.

Waking up from sleep by GPIO should work.
0 Kudos
Reply

445 Views
lpcware
NXP Employee
NXP Employee
Content originally posted in LPCWare by david_sh on Mon Oct 08 18:12:24 MST 2012
Has anyone tried it?
0 Kudos
Reply