This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

UART TX FIFO

Hello,
Using an LPC2400 family with UART FIFOs enabled (RX & RX) does this mean that in entire TX FIFO (16 bytes) must be filled in order to have data placed on the bus, or does that happen every predefined period? I looked in the data sheet of the processor and the UART itself to no avail...

Parents
  • I understand - thanks. sorry for asking, I never worked with a FIFO UART before (only not FIFOed). anyway, the data sheet says this:

    A THRE interrupt is set immediately if the UARTn THR FIFO has held two or more characters at one time and
    currently, the UnTHR is empty.
    

    what does that mean if I need to place a buffer of, say, 1000 bytes on the bus? how do I get that done smoothly?

Reply
  • I understand - thanks. sorry for asking, I never worked with a FIFO UART before (only not FIFOed). anyway, the data sheet says this:

    A THRE interrupt is set immediately if the UARTn THR FIFO has held two or more characters at one time and
    currently, the UnTHR is empty.
    

    what does that mean if I need to place a buffer of, say, 1000 bytes on the bus? how do I get that done smoothly?

Children