0
30kviews
Explain interrupt structure of 8051.
1 Answer
written 8.2 years ago by |
Interrupt in 8051 microcontroller are more desirable to reduce the regular status checking of the interface device.
Interrupt is an event that temporarily suspends the main program passes the control to a special code section, execute the event related function and resumes the main program how where it had left …