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 number for an interrupt subroutine

Hi,

I'm trying to use the interrupt PWMINT for a PWM program with the 167.

The problem is I cannot find the correct interrupt number for the function:

void Interrupt_func (void) interrupt PWMINT = ??
{
}

Does somebody know where I could find this information?

Note: this number doesn't correspond to the address of the interrupt vector, nor to trap number.

0