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.

TMS320F28335: SCI Communication.

Part Number: TMS320F28335

Hi Team, seeking some clarification.

About SCI communication. I wanted to know that when the SCI gives an interrupt in idle line mode. I see that the SCI gives an interrupt after receiving like 2 bytes of data. However the TRM says that I should get an interrupt after address byte.

and this is the answer that I got from ti: About your inquiry, The serial communications interface is a 2-wire asynchronous serial port, commonly known as UART. The SCI contains a 16-level receive and transmit FIFO for reducing interrupt servicing overhead.

I am using 10 f28335 dsps that are communicating through sci

Thank you.

-Mark

  • Hi Mark,

    Thanks for your question.

    About SCI communication. I wanted to know that when the SCI gives an interrupt in idle line mode. I see that the SCI gives an interrupt after receiving like 2 bytes of data. However the TRM says that I should get an interrupt after address byte.

    The timing of the interrupts depends on what interrupts are set. There is only one interrupt line per SCI, so any one of the various SCI interrupts can trigger the line. See the "SCI Port Interrupts" topic of the TRM for details on some of the interrupts available.

    Regards,

    Vince