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

servicing the interrupts

I want to make use of the PCA interrupts from P89V51RD2..

what should I write ??

e.g.

void ****(void) interrupt **
{
-------
-------
}


what might be there at the '*' position???

Is the interrupt number is equal to the priority of that interrupt??

thank you..

0