UART Wakeup on KEA128

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

UART Wakeup on KEA128

Jump to solution
628 Views
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.

Labels (1)
Tags (1)
0 Kudos
Reply
1 Solution
579 Views
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

View solution in original post

2 Replies
553 Views
pranav_prabhu
Contributor III

I tried this. It worked.

0 Kudos
Reply
580 Views
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