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

Interrupts on 8051

I am A student and I need to design A 8051 program that uses the serial interrupt by using uart it is only a simulation , according to my book it is interrupt 4 but when I send something to trigger the RI flag my program does not jump to the interrupt and it is in a while(1) loop in my main function. Any advice or help?