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.

the UART TX interrupt question

Hi TI team,

    TX_FIFO consists of the transmit holding register and  the transmit shift register,

   so  when TX_FIFO is empty, does it indicate there is no data in the transmit holding and transmit shift registers?

  and when the THR interrupt is occurred,

  does it indicate all data in the transmit shift register  has transmitted to the direction completely or

  all data in the transmit holding register has transmitted to the direction completely?