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.

CCS/EK-TM4C123GXL: UART TIVA C

Part Number: EK-TM4C123GXL

Tool/software: Code Composer Studio

Hello, I am working on TM4C123GXL. The receiving size of UART buffer is 16 Bytes but i want to read more than 16 Bytes. 

  • Hi,
    Not clear on your question. The size (16 bytes) of the FIFO doesn't prevent you from receiving more than 16 bytes of data. The CPU needs to process these data before the buffer is full or the you will have a overrun error. The number of bytes to receive in the FIFO before generating an interrupt is programmable. For example, you can set the watermark threshold at half of the FIFO by which time when full an interrupt is generated to notify the CPU to process the received data while new data is being streamed in. You can receive N bytes of data but the CPU will be notified whenever there are 8 bytes of data in the FIFO.
  • Hello Indrajeet,

    You already have an open query for this question here: e2e.ti.com/.../699511

    Please do not create duplicate threads, I will reply to your latest information on your other post.