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

Back to Subject List

Old thread has been locked -- no new posts accepted in this thread
???
08/24/05 12:04
Read: times


 
#99972 - I assume you mean add "external interrup
Responding to: ???'s previous message
But if you want something really sophisticated, use an interrupt controller, such as the 8259 (used also in PCs - today integrated in chipsets).
"sophisticated" ?? how about "can be used if you bend, fold and mutilate your hardware and software"
Or at least, get inspired by its complexity.
there you go

anyhow, here we go:
I assume you mean add "external interrupts"
set a timer to ffff and configure it as a counter you get an interrupt on the first pulse on TxIN
if your processor has a PCA, you can "fabricate" 5 external interrupts
if your processor has comparators, the can be used as logical interrupts
if your process or has an A/D with a limit interrupt, again useable
I'm sure there is more, this is what comes to mind

BUT, if you say "I want to stay with my little basic chip" you are stuck or will need some fancy logic, and that is the crux: why add "fancy" logic when another uC e.g. one with comparators will do the trick?

Erik



List of 6 messages in thread
TopicAuthorDate
New Interrupts, How?            01/01/70 00:00      
   or the lines            01/01/70 00:00      
   2 Ways            01/01/70 00:00      
      interrupt controller            01/01/70 00:00      
         I assume you mean add "external interrup            01/01/70 00:00      
   Which, not how ?            01/01/70 00:00      

Back to Subject List