Datasheet
C Code Example
void Move_interrupts(void)
{
/* Enable change of Interrupt Vectors */
GICR = (1<<IVCE);
/* Move interrupts to boot Flash section */
GICR = (1<<IVSEL);
}
Related Links
BTLDR - Boot Loader Support – Read-While-Write Self-Programming
AVR 8-Bit Microcontroller
Interrupts
© 2017 Microchip Technology Inc.
Datasheet Complete
40001974A-page 75