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

interrupt vectors and functionality of every interrupt as per numbers

sir, i would like to know what are the functions of different "Interrupt Vectors"? say for example:
void External0 () interrupt 0;
void External1 () interrupt 2;
void ADCR () interrupt 6;

- as u can see , diffferent interrupts has been called for different functions .
so my question is what are the applications of these various interrupts and their functionality?
.....please reply with reference to ADuC845(8051 core), using c51 compiler.
.....if possible please post the detail functions of all the 0-31 interrupts of c51 compiler.....