MKE06Z UART Interrupt RX

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

MKE06Z UART Interrupt RX

Jump to solution
640 Views
gangliu
Contributor II

HI,

Thank you for seeing my problem. I am using MKE06Z. I use the official    UART Interrupt TX   routine to write the program of     UART Interrupt RX        Find that I can't read the data I sent to the serial port. So, what functions should I configure when I use UART Interrupt RX ?

(A few lines of red dots, I added. 

Thank you!

QQ截图20170929132009.png

Labels (1)
0 Kudos
1 Solution
498 Views
jorge_a_vazquez
NXP Employee
NXP Employee

Hi GANG LIU

Where did you fill rx_data? for this you have to call function UART_ReceiveInt, as the example have it implemented for transmission, please check below code:

pastedImage_1.png

Hope this could help you.

Best Regards

Jorge Alcala

View solution in original post

2 Replies
499 Views
jorge_a_vazquez
NXP Employee
NXP Employee

Hi GANG LIU

Where did you fill rx_data? for this you have to call function UART_ReceiveInt, as the example have it implemented for transmission, please check below code:

pastedImage_1.png

Hope this could help you.

Best Regards

Jorge Alcala

498 Views
gangliu
Contributor II

Hi Jorge Alcala

Thank you for your help. I have achieved my goal through your methods.

Best Regards

GANG LIU

0 Kudos