Hi all,
I am working RM42X LaunchPad. I configured SCI Driver enable, VIM0-31 13th Interrupt LIN Level0, and enabled TX interrupt in the SCI Tab.
sciInit();
scilinREG->SETINT = (uint32)SCI_TX_INT;
sciEnableNotification(scilinREG, (uint32)SCI_TX_INT);
scilinREG->GCR1 |= 0x80U;
_enable_IRQ();
This is the code I included in the main program. But it is not generating the Interrupt. But when i check Txinterrupt flag is set. But it is jumping into to notification code. Kindly somebody help to resolve the issue.
Thanks in advance.
Thanks & Regards,
Umesh T
