MKE06Z UART Interrupt RX

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

MKE06Z UART Interrupt RX

ソリューションへジャンプ
724件の閲覧回数
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 解決策
582件の閲覧回数
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 返答(返信)
583件の閲覧回数
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

582件の閲覧回数
gangliu
Contributor II

Hi Jorge Alcala

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

Best Regards

GANG LIU

0 件の賞賛
返信