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.

TMS320F280041: LIN Interrupt problems

Part Number: TMS320F280041
Other Parts Discussed in Thread: C2000WARE

Hello,

when using LIN_disableSCIInterrupt(LINA_BASE, LIN_SCI_INT_TX) it also disables LIN_SCI_INT_RX. Same other way around.

Also tried example lin_ex2_sci_loopback which worked fine. But when putting LIN_disableSCIInterrupt(LINA_BASE, LIN_SCI_INT_TX) after LIN_writeSCICharBlocking (line 173) it also stopped working.

So why LIN_disableSCIInterrupt() disables both ?

Thank you for helping.