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.

TMS320F28388D: SCI communication problem

Part Number: TMS320F28388D
Other Parts Discussed in Thread: C2000WARE

Hi  Expert

     How to use SCI module to receive error interrupts?

     SCI_ enableInterrupt(SCIA_ BASE, (SCI_ INT_ RXFF | SCI_ INT_ TXFF));

     SCI_ enableInterrupt(SCIA_ BASE, SCI_ INT_ Rxerr); / / receive error interrupt

     Can SCI_INT_RXERR  be associated with SCI_ INT_ Rxff is the same receive interrupt function?  If it is the same receive interrupt function, how to distinguish between them?  

Best Regards

Ti customer

  • Hello,

    Thank you for your question. Your questions can be answered with section 36.11 (SCI Port Interrupts) of the Technical Reference Manual, particularly how to use these interrupts. Please also see the C2000Ware SCI example "sci_ex2_loopback_interrupts.c" in C2000Ware_VERSION#\driverlib\f2838x\examples\c28x\sci

    Regards,

    Vince