UART Wakeup on KEA128

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

UART Wakeup on KEA128

跳至解决方案
629 次查看
pranav_prabhu
Contributor III

I would like to know how to wakeup MCU from stop mode using UART. I have configured RXEDGIE but it doesn't seem to work.

标签 (1)
标记 (1)
0 项奖励
回复
1 解答
580 次查看
Alice_Yang
NXP TechSupport
NXP TechSupport

Hello @pranav_prabhu 

Please confirm that there is indeed an active edge on the RxD pin.
It's a falling edge if RXINV = 0 and a rising edge if RXINV = 1.
 
Another suggestion is to refer to the low - power demo "FRDM_KEA128_PMC". First, confirm that it can work properly on your board, and then change the wakeup source.
 
BR
Alice

在原帖中查看解决方案

2 回复数
554 次查看
pranav_prabhu
Contributor III

I tried this. It worked.

0 项奖励
回复
581 次查看
Alice_Yang
NXP TechSupport
NXP TechSupport

Hello @pranav_prabhu 

Please confirm that there is indeed an active edge on the RxD pin.
It's a falling edge if RXINV = 0 and a rising edge if RXINV = 1.
 
Another suggestion is to refer to the low - power demo "FRDM_KEA128_PMC". First, confirm that it can work properly on your board, and then change the wakeup source.
 
BR
Alice