Hi.
I'm using RM48HDK with HalCoGen3.01.
When I generate the SCI or LIN serial interrupt, it does'nt generate the transmit interrupt enable bit.
I post the sci.c source code.
/** - set interrupt enable */
scilinREG->SETINT = (0 << 26) /* Framing error */
| (0 << 25) /* Overrun error */
| (0 << 24) /* Pariry error */
| (1 << 9) /* Receive */
| (0 << 1) /* Wakeup */
| (0); /* Break detect */
Thank you