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.

TM4C1294KCPDT UART modem with full H/W flow control

Other Parts Discussed in Thread: TM4C1294KCPDT

The MCU TM4C1294KCPDT is supporting the UART with full flow control. I am developing a modem application with full H/W flow control. Please share if you have any similar sample source code or application notes

Thanks,

P.Ashok

  • Hello Ashok,

    I'm not aware of any UART example illustrating HW Flow Control. The RX side will use its RTS to output if it is ready to accept new data, and the TX side reads CTS to see if it is allowed to send data the receiver. TivaWare has flow control APIs to simply your code development.

    Regards,
    QJ