If we are talking about 16F628A, then you can use two 628A in your project with RB7-RB4 int source.
This way, you get 8 pins for interrupt.
Connect two pics to each other and control one another.
Nice?
If we are talking about 16F628A, then you can use two 628A in your project with RB7-RB4 int source.
This way, you get 8 pins for interrupt.
Connect two pics to each other and control one another.
Nice?
"If the Earth were a single state, Istanbul would be its capital." Napoleon Bonaparte
Use a stack of 10F200's, GP1/GP2/GP3 interrupt inputs, GP0 is a serial interrupt output, simulated 'open-drain' setup, feeding a master PIC on RxD. A bit like the stacked interrupt chain (8259? 8279? INT2?) on the old PC's...
Thanks everyone, I am using the 16F628A. I will go back to the datasheet and see if I can make out what it is talking about.
I know...used the term interrupt in the wrong context...
What I meant to get across was 'a very tight loop, polling the pins, waiting for an event on any of the input pins, and reacting to that input event with an output event on another pin.'
The 10F2xx may not have interrupts, but they do have Wake-From-Sleep, which might be just as good. (just noticed, the 10F doesn't have a RETFIE instruction either!)
Bookmarks