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