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

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

Re: [avr-gcc-list] switch interrput vector ?


From: Martin Bammer
Subject: Re: [avr-gcc-list] switch interrput vector ?
Date: Sat, 12 Feb 2005 10:11:47 +0100
User-agent: KMail/1.7.1

Try:

cli();
GICR = (1<<IVCE);
GICR = 0;

> I know to switch app section to boot section is:
>
>
> Anyone know how to switch interupt vector from bootloader section to
> application section ? I Try :
>
> GICR = 0;
>
> but didn't work :(
>
> Andi
> _______________________________________________
> avr-gcc-list mailing list
> address@hidden
> http://www.avr1.org/mailman/listinfo/avr-gcc-list

reply via email to

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