avr-gcc-list
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

RE: [avr-gcc-list] external interrupt use


From: Uccelli Danilo
Subject: RE: [avr-gcc-list] external interrupt use
Date: Wed, 25 Feb 2004 10:43:33 +0100


Jamie Morken wrote :

> Sent: Tuesday, February 24, 2004 3:59 AM
 
> I have 6 digital signals that I need to be able to trigger an 
> interrupt on
> the falling edge and rising edge for all of them, but I am 
> short 2 external
> interrupts.  Is there a simple way to detect the 6 signals 
> rising/falling
> edges with 4 interrupts and some additional circuitry?  I 
> have thought about
> using diodes to AND some of the signals but this only works 
> for positive
> edges I think.

Some AVR devices like ATmega64 provide 8 external interrupts and they are
edge programables moreover some pins are even programable to generate an
interrupt on pin change.

HTH, Danilo

_______________________________________________
avr-gcc-list mailing list
address@hidden
http://www.avr1.org/mailman/listinfo/avr-gcc-list


reply via email to

[Prev in Thread] Current Thread [Next in Thread]