What will happen in that condition, if an interrupt occurs while the microcontroller is serving any other interrupt?

What will happen in that condition, if an interrupt occurs while the microcontroller is serving any other interrupt? Correct Answer the interrupt that is more priority in the interrupt vector table will be served first

If two or more interrupts occur simultaneously then the interrupt that is having more priority in the interrupt vector table will be served first.

Related Questions