Hi Nick,

In the Interrupt handler, you need to read PORTB to "end the mismatch".
Code:
Temp = PORTB
Otherwise, as soon as you RESUME, it will interrupt again.
<br>