I am trying to use Interrupts in Atmega16/32.
8051 family has fixed place for interrupt vectors, I dont know this about AVR.
Please provide a link to resource giving details on this, preferably with some example.
Also in assembly ORG instruction is used to specify starting location of code, in AVR GCC what is the equivalent of this and do we need to put the ISR code at the specified Interrupt vector location?
I am trying to use Interrupts in Atmega16/32.
8051 family has fixed place for interrupt vectors, I dont know this about AVR.
Please provide a link to resource giving details on this, preferably with some example.
Also in assembly ORG instruction is used to specify starting location of code, in AVR GCC what is the equivalent of this and do we need to put the ISR code at the specified Interrupt vector location?
alexan_e and sgreen
Thanks a lot for the information.
The links contain the stuff I was looking for.
I will study the content and revert back in case of difficulty.
Thanks again.