What is an Interrupt service routine in Microcontroller?

devquora
devquora

Posted On: Nov 23, 2022

 

When Microcontroller is under sudden interrupt, it will call ISR (Interrupt service routine) that will store the address of the current memory address, and takes control of the new interrupt memory address. After the interrupt, the control will transfer back to its previous address.

    Related Questions

    Please Login or Register to leave a response.

    Related Questions

    8051 Microcontroller Interview Questions

    What is an interrupt? List various types of interrupts available in 8051 Microcontroller?

    What is an interrupt? List various types of interrupts available in 8051 Microcontroller?..