UART Wakeup on KEA128

キャンセル
次の結果を表示 
表示  限定  | 次の代わりに検索 
もしかして: 

UART Wakeup on KEA128

ソリューションへジャンプ
625件の閲覧回数
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 解決策
576件の閲覧回数
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 返答(返信)
550件の閲覧回数
pranav_prabhu
Contributor III

I tried this. It worked.

0 件の賞賛
返信
577件の閲覧回数
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