Hi,
I am using the UART1 in FIFO disabled mode(one byte deep mode). Is there any way to generate Transmit interrupt every time the data registers is empty?
Thanks,
Nachiket.
This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
Hi,
I am using the UART1 in FIFO disabled mode(one byte deep mode). Is there any way to generate Transmit interrupt every time the data registers is empty?
Thanks,
Nachiket.
Hello Nachiket,
Make sure that you have EOT bit set and then after writing you should get an interrupt when the data is transmitted out of the UART,
Regards
Amit