MKE06Z UART Interrupt RX

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

MKE06Z UART Interrupt RX

跳至解决方案
845 次查看
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

标签 (1)
0 项奖励
回复
1 解答
703 次查看
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

在原帖中查看解决方案

2 回复数
704 次查看
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

703 次查看
gangliu
Contributor II

Hi Jorge Alcala

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

Best Regards

GANG LIU

0 项奖励
回复