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.