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

Back to Subject List

Old thread has been locked -- no new posts accepted in this thread
???
12/03/07 19:51
Modified:
  12/03/07 19:59

Read: times


 
#147814 - there are many possibilities
Responding to: ???'s previous message
I ma writing this from memory, If I mention an interruot source the 953 does not have, ignore it.

here is the recipe for, at least 10, additional interrupt pins.
you can use the keyboard interrupr for 'regular' events, I have done so.
you can use the comparator inputs.
you can configure a timer as a counter and preload it with ffff.
I think you can use the IIC interrupt.

Erik

using the keyboartd interrupt with the correct code you will get an interrupt when the signal comes and one when it leaves. That way you can, for all practical purposes, consider the interrupt 'edge triggered'

Using the compareators as logical interrupt sources you can use them for level or, if you connect the comparator reference to an output pin, you can get the same effect as above.

Using a timer, basically gives an edge triggered interrupt

I considered using the IIC once and believe I found it possible, but other things came up, so there is no more about that.


List of 15 messages in thread
TopicAuthorDate
three external IRQ and only one IRQ pin availble            01/01/70 00:00      
   Polled interrupts            01/01/70 00:00      
      Need more input            01/01/70 00:00      
   A Multiplexer !            01/01/70 00:00      
   Re            01/01/70 00:00      
   request for more info            01/01/70 00:00      
   Edge triggered or level triggered?            01/01/70 00:00      
      more information            01/01/70 00:00      
      and IRQ is edge triggered...            01/01/70 00:00      
         there are many possibilities            01/01/70 00:00      
            RE:there are many            01/01/70 00:00      
               if it don't show your code            01/01/70 00:00      
                  comparators works great            01/01/70 00:00      
   three by two            01/01/70 00:00      
      does not work            01/01/70 00:00      

Back to Subject List