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

8051 External interrupts

OK, I'm a novice with the 8051. How do you map a port pin to an external interrupt (or visa versa, say External interrupt 2)?

I'm assuming that there are no dedicated pins for each of the seven Ex. interrupts on my chip and they have to be assigned somehow to a pin/bit on a specific port. Is this assumption correct?

-Michael

Parents
  • Hi Neil, most of the 8051 core ASIC, having
    2 or 4 timer interrupt, it may have 1 serial interrupt,1 from Divider(use for RTC), 1 comparator, 1 watch dog timer. In addition to this application decide iSR such as CID(caller ID), There may be 2 or 4 External interrupt.

    There are some asic which called keyboard interrupt, which mostly 4 pin,

Reply
  • Hi Neil, most of the 8051 core ASIC, having
    2 or 4 timer interrupt, it may have 1 serial interrupt,1 from Divider(use for RTC), 1 comparator, 1 watch dog timer. In addition to this application decide iSR such as CID(caller ID), There may be 2 or 4 External interrupt.

    There are some asic which called keyboard interrupt, which mostly 4 pin,

Children
No data