Problem with JN5169 UART1: No entering to the UART interrupt "APP_isrUart"

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

Problem with JN5169 UART1: No entering to the UART interrupt "APP_isrUart"

691 Views
文斌钟
Contributor I

JN5169

AN1219: Dimmer switch, OTA, JN5169, DR1199

Hi, I've got a problem in receiving data through UART1 on JN5169 transmitting from another UART device. It seemed that the "APP_isrUart" is not entered. ( The JN5169 is not in sleeping mode. Probably in doze mode I think since no softtimer is running and no wake event is scheduled.)

The UART TX function is OK, I can get the data which is sent in the UART_vInit funcion from the JN5169.

The initial function involved from APP_vInitialise:

pastedImage_4.png

I've tried to send a UART message to JN5169, and to generate a positive pulse when received. But I didn't see that in my oscilloscope.

pastedImage_2.png

Hope your help.

Thanks.

Labels (1)
0 Kudos
1 Reply

490 Views
mario_castaneda
NXP TechSupport
NXP TechSupport

Hi Wenjiu,

What is the low power mode that you are working on?

If you are in Doze mode you will not wake if you do not have any interrupt.

pastedImage_1.png

Mario

0 Kudos