K60-100MHz UART Receive and Transmit with Interrupt

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

K60-100MHz UART Receive and Transmit with Interrupt

932 Views
pallenna
Contributor II

Hi Adrian Sanchez Cano,

I have tried to receive the data from serial port in polling method and ISR it is working fine,but when i am trying to  transmit the data to serial port using polling is working but with ISR it is not working.and i have one more doubt about UART ISR i.e UART RX,TX have same ISR or not and how to enable the ISR for TX and RX at the same time. i am already tried this but i cant get both the data i.e serial port to UART and UART to serial port,and i followed your reference code UART driver with ISR.zip but i can not get the output for TX,RX at same time and how to get both the TX,RX ISR at a time please send if have any example code with main function and already i have your UART driver code now i want main function using ISR please be provide for reference.


Thanks and Regards,

padmaja

Tags (3)
0 Kudos
Reply
1 Reply

699 Views
jeremyzhou
NXP Employee
NXP Employee

Hi Pallenna,

The UART module-driven operation share same vector, and I was wondering if you could share your demo, then I will check it for details.
Have a great day,
Ping

-----------------------------------------------------------------------------------------------------------------------
Note: If this post answers your question, please click the Correct Answer button. Thank you!
-----------------------------------------------------------------------------------------------------------------------

0 Kudos
Reply