Email: Password: Remember Me | Create Account (Free)

Back to Subject List

Old thread has been locked -- no new posts accepted in this thread
???
02/17/03 09:43
Read: times


 
#39223 - RE: PCF8574 + switches
Responding to: ???'s previous message
Hello Peter,

I guess it has to be key bouncing. You can check this by connecting a 74HCT counter via a comparator (to meet the input specs of the 8574!) to the switches.

The 8574 fires an interrupt, whenever the logical state on its input is changed, maybee this can help you.

At least: don't connect anything direct to an interrupt pin! If you can't poll external events by an internal timer driven interrupt routine, use a flip flop to signal this external events - with this, you can react to external events with an interrupt routine and avoid multiple interrupts occuring in a very short time wich can cause interrupt overflows. Be very careful with external interrupts!

Good luck!

Mike

List of 11 messages in thread
TopicAuthorDate
PCF8574 + switches            01/01/70 00:00      
   RE: PCF8574 + switches            01/01/70 00:00      
      RE: PCF8574 + switches            01/01/70 00:00      
         RE: PCF8574 + switches            01/01/70 00:00      
            RE: PCF8574 + switches            01/01/70 00:00      
               RE: PCF8574 + switches            01/01/70 00:00      
   RE: PCF8574 + switches            01/01/70 00:00      
      RE: PCF8574 + switches            01/01/70 00:00      
         RE: PCF8574 + switches            01/01/70 00:00      
      RE: PCF8574 + switches            01/01/70 00:00      
      RE: PCF8574 + switches            01/01/70 00:00      

Back to Subject List