Hi,
Is there any options to enable/disable Reception in LPC1768 UART?.
In the User Manual UM10360, it is stated that TXEN in UxTER register can be used to enable/disable Transmission. But could not able to find anything similar for Reception.
My application code requires to stop receiving unwanted data some times and to stop receiving while transmitting. How this can be possible?
Thank you.
Hello Mary Durom,
I think you have two different options:
Hope it helps!
Victor.
-----------------------------------------------------------------------------------------------------------------------
Note: If this post answers your question, please click the Correct Answer button. Thank you!
-----------------------------------------------------------------------------------------------------------------------
Thank you Victor for the reply.
I guess, the data will be received and stored into RX FIFO even though RX interrupts are deactivated. So I would try option 2.