-
Interrupts 18F452
I know how to implement single interrupts in PBP2.44.
But I would like to know if it is possible to implement the High and low interrupts in the 18F452 PIC using PBP
In Assembly:
The Main starts at ORG 0
The Low Interrupt starts at ORG 18
The High Interrupt starts at ORG 08
Then set up the Interrupt enable bits.
Thanks in Advance
Enigma460
-
Looks like I'm going to bail from PBP and jump over to Proton as it allows you to do low and high level interrupts in Basic for the 18Fxxx series.
It's a shame since I've been with PBP since V2.40.
Enigma460