Deep sleep mode in LPC55S16

取消
显示结果 
显示  仅  | 搜索替代 
您的意思是: 
已解决

Deep sleep mode in LPC55S16

跳至解决方案
565 次查看
Balaji_KG
Contributor II

I need basic configuration to wake the controller from deep sleep mode on LPC 55S16. Any guidance?

标签 (1)
0 项奖励
回复
1 解答
551 次查看
xiangjun_rong
NXP TechSupport
NXP TechSupport

Hi,

First of all, you have to select or design the waking-up source, which can wake-up the LPC55S16 from deep-sleep mode.

Pls refer to the section 14.4.5.3 Param2: wakeup_interrupts in UM11295.pdf

For example, if you select the WAKEUP_GPIO_INT0_0, you have to design a hardware button on the PCB.

If you select WAKEUP_CTIMER0, you do not require to do anything on the PCB.

From software,the deep-sleep waking-up follows up the interrupt process, for example, you use WAKEUP_GPIO_INT0_0, you have to configure the PINT0  and select the pin, so that the pressing the pin can trigger an interrupt.

 

xiangjun_rong_0-1684481123067.png

Pls refer to the an13166.pdf and corresponding firmware.

https://www.nxp.com.cn/docs/en/application-note/AN13166.pdf

Hope it can help you

BR

XiangJun Rong

 

在原帖中查看解决方案

0 项奖励
回复
1 回复
552 次查看
xiangjun_rong
NXP TechSupport
NXP TechSupport

Hi,

First of all, you have to select or design the waking-up source, which can wake-up the LPC55S16 from deep-sleep mode.

Pls refer to the section 14.4.5.3 Param2: wakeup_interrupts in UM11295.pdf

For example, if you select the WAKEUP_GPIO_INT0_0, you have to design a hardware button on the PCB.

If you select WAKEUP_CTIMER0, you do not require to do anything on the PCB.

From software,the deep-sleep waking-up follows up the interrupt process, for example, you use WAKEUP_GPIO_INT0_0, you have to configure the PINT0  and select the pin, so that the pressing the pin can trigger an interrupt.

 

xiangjun_rong_0-1684481123067.png

Pls refer to the an13166.pdf and corresponding firmware.

https://www.nxp.com.cn/docs/en/application-note/AN13166.pdf

Hope it can help you

BR

XiangJun Rong

 

0 项奖励
回复