I'd like to use the interrupt priority capability of PIC18F chips (PIC18F4455) but it seems that GCB only maintains one interrupt vector at 08h while the priority feature requires an additional vector at 12h. Is there a workaround to implement high/low priority interrupts?
Jow
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I'd like to use the interrupt priority capability of PIC18F chips (PIC18F4455) but it seems that GCB only maintains one interrupt vector at 08h while the priority feature requires an additional vector at 12h. Is there a workaround to implement high/low priority interrupts?
Jow
I should have said that the interrupt priority feature requires an additional vector at 18h
Joe