avr-gcc-list
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[avr-gcc-list] Handling High Speed Interrupts


From: Ramkumar Rengaswamy
Subject: [avr-gcc-list] Handling High Speed Interrupts
Date: Wed, 22 Sep 2004 00:08:39 -0700 (PDT)

Hi,
   I have an application that needs to generate a Timer Output Compare
Interrput every 10 uS. I have an ATMega128L clocked at 7.329 MHz. This
means that I have 74 clock cycles to handle the interrupt routine and
currently most of the clock cycles are wasted in pushing and popping
things off the stack. Is there anyway in avr-gcc to avoid all this
overhead and utilize all the cycles for my processing only ?

Thanks,
-Ram




reply via email to

[Prev in Thread] Current Thread [Next in Thread]