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.

SCI TX interrupt in Hercules

Other Parts Discussed in Thread: HALCOGEN

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