avr-chat
[Top][All Lists]
Advanced

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

Re: [avr-chat] issues with custom bootloader and ATMega32


From: Alexander Krause
Subject: Re: [avr-chat] issues with custom bootloader and ATMega32
Date: Tue, 29 Oct 2013 14:49:51 +0100

doc2503 mentions "Bit 1 – IVSEL: Interrupt Vector Select".

I think otherwise my libc wouldn't know about it and the gcc should
complain.


On Mi, 2013-10-30 at 00:19 +1100, Erik Christiansen wrote:
> On 29.10.13 13:46, Alexander Krause wrote:
> > My program starts like this:
> > int __attribute__((noreturn)) main(void) {
> >     MCUCR = (1 << IVCE);
> >     MCUCR = (1 << IVSEL);
> 
> Errr ... isn't it GICR on the ATmega32?
> 
> Erik
> 





reply via email to

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