Hi Don, I had some time to look at your message again, and I want to thank you for taking the time, much appreciated! Like I say, I don't know yet if this code will make it, but this is a good lesson in how things SHOULD be done. Cat >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> > To: AVR-Chat@yahoogroups.com > From: dkinzer@easystreet.net > Date: Thu, 21 Jan 2010 00:35:39 +0000 > Subject: [AVR-Chat] Re: Any way to make interrupts faster, please? > > > unless you'd show me how > There are examples in many places, including AVR Freaks, but it is pretty simple in concept. It gets a little messier if you want to ensure portability to other devices. I've shown some code below than can all be put in a .S file (note that it must be upper case S not lower case s). ... 1: > pop r24 > outPort SREG, r24 > pop r24 > reti > > .end > > > [Non-text portions of this message have been removed]
Message
RE: [AVR-Chat] Re: Any way to make interrupts faster, please?
2010-01-21 by Cat C
Attachments
- No local attachments were found for this message.