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
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!
-----------------------------------------------------------------------------------------------------------------------