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/TMS320F28027F: UART communication timeout

Part Number: TMS320F28027F

Tool/software: Code Composer Studio

Hi How to add/implement  communication timeout in UART communication on c2000 piccolo launchpad(28027F).

Thanks .

  • Hi Indrajit,

    The simplest way to implement a timeout is to start a timer until acknowledgement is received from the slave device. You would call it a timeout when you don't receive an acknowledgement within that specific time.
    You can refer this post to implement handshaking: e2e.ti.com/.../2107291

    Regards,
    Gautam