What will happen in that condition, if an interrupt occurs while the microcontroller is serving any other interrupt?
Posted: Thu Jul 14, 2022 8:38 am
a) the interrupt that is more priority in the interrupt vector table will be served first
b) both the interrupts will be handled simultaneously
c) the interrupt having low priority in the interrupt vector table will be served first
d) the interrupt which is being done first will be served first
b) both the interrupts will be handled simultaneously
c) the interrupt having low priority in the interrupt vector table will be served first
d) the interrupt which is being done first will be served first