Embedded interrupt

Jul 24, 2004 4 Replies

Hi,



Could anyone know whether it is possible to enable and use embedded interrupt in AVR ATMega using GCC? If yes, how to determine the interrupt priority?



Thanks!


Not sure what you're asking here exactly - interrupt priority in the AVR series is determined by hardware. Vectors lower in memory have higher priority.

Hi,

The interrupt priorities on the AVR is fixed. If you want to change this you need to play around with enableing/disabling interrupts inside interrupt routines. Get the avr-libc documentation

formatting link

Regards Anton Erasmus

GCC can be used to write interrupts for an AVR - see

formatting link
for an example. The priority is set by the hardware however.

Join the Discussion

Have something to add? Share your thoughts — no account required.

Didn't find your answer?

Ask the community — no account required