avr-gcc-list
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[avr-gcc-list] switch interrput vector ?


From: andi
Subject: [avr-gcc-list] switch interrput vector ?
Date: Sat, 12 Feb 2005 10:36:01 +0700

I know to switch app section to boot section is:

GICR = (1<<IVCE);
GICR = (1<<IVSEL);

Anyone know how to switch interupt vector from bootloader section to 
application section ?
I Try :

GICR = 0;

but didn't work :(

Andi

reply via email to

[Prev in Thread] Current Thread [Next in Thread]