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

Parents
  • Are you _really_ saying that you did not look at this thread:
    http://www.keil.com/forum/docs/thread16047.asp
    before posting?

    The link had to have been in the top-three on the first page, when you wrote your post.

    By the way - what do you think about the text found in the manual? Was there no notion about the interrupt numbers there either?

    Another thing - isn't it better if we just post the complete source code to your program, instead of focusing on documenting the ADuC845 processor?

Reply
  • Are you _really_ saying that you did not look at this thread:
    http://www.keil.com/forum/docs/thread16047.asp
    before posting?

    The link had to have been in the top-three on the first page, when you wrote your post.

    By the way - what do you think about the text found in the manual? Was there no notion about the interrupt numbers there either?

    Another thing - isn't it better if we just post the complete source code to your program, instead of focusing on documenting the ADuC845 processor?

Children