ark5230
Advanced Member level 3
- Joined
- Jun 29, 2009
- Messages
- 862
- Helped
- 163
- Reputation
- 324
- Reaction score
- 140
- Trophy points
- 1,323
- Location
- India
- Activity points
- 6,187
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?
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?