> Van: Jonathan M. Newport > Aan: PICLIST@MITVMA.MIT.EDU > Onderwerp: yes or no interupt question > Datum: vrijdag 26 juni 1998 18:07 > > if I enable the rb0/int and the global interupts but have all the port b > (I'm working with the 16f84 if you hadn't guessed) pins set to outputs, > will the interupt still occur? Yes. An interrupt will occur if the current status of the pins is not equal to the status the pins where in during the last read operation. > There will be a logic one on the int pin > and I have it set up for the interupt to occur on the falling edge, would > this damage the pin? If you mean that you have an _external_ signal (being a one) _and_ the int-pin set to output, than the answer is Yes. If the 'one' on the int-pin is an effect of a output (from the PIC itself) to that pin, than the answer is No. > Sorry I guess that's two yes or no questions. Thank you -- Thou ared forgiven ;-) > Jonathan Newport Greetz, Rudy Wieser