Electronic – Where is Interrupt Vector Table stored in ATmega32A

avrembeddedinterrupts

Given that Atmega32A has three types of memory :
1) SRAM.
2) Flash (Program memory).
3)EEPROM.
In which section the Interrupt Vector Table is stored ?

Best Answer

It is stored right at the beginning of flash memory. If you open a binary program image (".bin") using a hex editor, you can see it at the start of the file.