Not for PIC12's or 16's.
You'll have to download DT's Interrupts for them here and replace entry with:
Code:
INCLUDE "DT_INTS-14.bas" ; Base Interrupt System
INCLUDE "ReEnterPBP.bas" ; Include if using PBP interrupts
I was kinda hoping someone would point out my errors in my suggestion, if any, before you went too far into a possible dead end.
If you haven't tried DT's INTS, you're missing out on some awesome timing control when it comes to sequence of events. It took me a little while to understand but finally got some handle on it when I monitored two interrupts taking turns to run their routines, especially when one occurs while the other ISR is taking care of business.
Bookmarks