Forum Discussion
Altera_Forum
Honored Contributor
21 years agoHi again!
I'll repeat my problem again. I want to CATCH the moment , when UART already received data via rxd and to READ these data, character. Now I realized timer and wrote the timer interrupt handler, which allows to read status register of UART. So I see how the condition of status register is changed after receiving data. So, if the condition of status register is changed, then corresponding interrupts must appear. How can I catch this interrupt (for receiving) ? __I want to CATCH the moment , when UART already received data via rxd and to READ these data, character.__ Thank you.