|
Re: Nesting Interrupts - is it possible?
We use several interrupts in our code, and it really isn't a problem. Even if the millisecond timer fires during the handling of another interrupt, the function will finish before the timer fires again, so the timer stays on schedule.
__________________
~Alex Baxter
Programming, Arms operation, Team 254
|