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 ?
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:
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: