This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

Cant execute ISR second time

hello frens,

i written code for UART0, where ISR execute when data received from serial port.

 void received(void) __irq
        {
                 unsigned char i;
                 i = U0RBR;
                 UART0_SendByte(i+1);
        }

but it only execute only one time. please help me to solve this problem.

regards,
pankaj Jain

Parents Reply Children
No data