Posted by jgmdesign:
Sat. Jul 21, 2007 - 02:34 PM
When I was suffering with PIC's, they had a cool feature that I miss on AVR's. That is interrupt on change for the I/O. Meaning that I can setup a mask for the pins I do not want to cause an interrupt, and the ones I do interrupt to the same location for service.
This was a very handy thing to have as there was no need for external circuitry that would trip one pin for several possible points. It was all done internally.
I currently use several pins on a CPLD that generates a single INT0, and the micro then polls the CPLD to find out what the deal is.
Does AVR have this feature in any of their devices? :?
Jim
I would rather attempt something great and fail, than attempt nothing and succeed - Fortune Cookie
"The critical shortage here is not stuff, but time." - Johan Ekdahl
"Step N is required before you can do step N+1!" - ka7ehk
"If you want a career with a known path - become an undertaker. Dead people don't sue!" - Kartman
"Why is there a "Highway to Hell" and only a "Stairway to Heaven"? A prediction of the expected traffic load?" - Lee "theusch"
Speak sweetly. It makes your words easier to digest when at a later date you have to eat them ;-) - Source Unknown
Please Read: Code-of-Conduct
Atmel Studio6.2/AS7, DipTrace, Quartus, MPLAB, RSLogix user
Tags: