List some 8051 microcontroller interrupts?

devquora
devquora

Posted On: Mar 17, 2020

 

There are 5 major sources of interrupt an 8051 microcontroller passes through. An interrupt is when the microprocessor stops its operation on a present task to look for signals from another task. It performs its operation on the new task before going back to the first task. The 8051 microcontroller interrupts are:

  • TF0 which stands for Timer 0 overflow interrupt
  • TFI which stands for Timer 1 overflow interrupt
  • INT0 or External hardware interrupt
  • Int1 or External hardware interrupt
  • Serial communication interrupt- RI/TI

    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?..