|
From: | E. Weddington |
Subject: | Re: [avr-gcc-list] interrupts |
Date: | Thu, 17 Mar 2005 15:13:40 -0700 |
User-agent: | Mozilla Thunderbird 0.7.3 (Windows/20040803) |
Jamie Morken wrote:
It depends on how you have your ISRs defined. Are you using SIGNAL() or INTERRUPT()?Hi, When in an interrupt service routine, and another interrupt is triggered (ie. timer overflow) how does avr-gcc know to handle that other interrupt once the current interrupt exits? Does it go right to the next interrupt?
Eric
[Prev in Thread] | Current Thread | [Next in Thread] |