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!
Solved! Go to Solution.
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:
Hope this could help you.
Best Regards
Jorge Alcala
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:
Hope this could help you.
Best Regards
Jorge Alcala
Hi Jorge Alcala
Thank you for your help. I have achieved my goal through your methods.
Best Regards
GANG LIU