LPC804-Deep Sleep Enable

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

LPC804-Deep Sleep Enable

Jump to solution
461 Views
Dhaya
Contributor III

Hi,

    I'm using LPC804 33PINS, trying to enter deep sleep. I'm used PINT interrupt concept P0_18 to enable from deep sleep mode. But i could able to wake from deep sleep. Kindly resolve this issue

0 Kudos
1 Solution
323 Views
xiangjun_rong
NXP TechSupport
NXP TechSupport

Hi,

Pls download SDK package from the website:

https://mcuxpresso.nxp.com/en/welcome

 

There is an example power_mode_switch_lpc

xiangjun_rong_0-1695007448757.png

In the example, the PIO0_13 pin is configured as the PIN0 triggering pin, you can change it as PIO0_18 as kSYSCON_GpioPort0Pin18ToPintsel .

Hope it can help you

BR

XiangJun Rong

View solution in original post

1 Reply
324 Views
xiangjun_rong
NXP TechSupport
NXP TechSupport

Hi,

Pls download SDK package from the website:

https://mcuxpresso.nxp.com/en/welcome

 

There is an example power_mode_switch_lpc

xiangjun_rong_0-1695007448757.png

In the example, the PIO0_13 pin is configured as the PIN0 triggering pin, you can change it as PIO0_18 as kSYSCON_GpioPort0Pin18ToPintsel .

Hope it can help you

BR

XiangJun Rong