[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [avr-gcc-list] Issue with interrupt handler on Atmel Mega 8
From: |
Jerome Kerdreux |
Subject: |
Re: [avr-gcc-list] Issue with interrupt handler on Atmel Mega 8 |
Date: |
Wed, 2 Nov 2005 00:55:14 +0100 |
On Tue, 1 Nov 2005 15:24:38 -0800
Dave Hylands <address@hidden> wrote:
> Hi Jerome,
>
> > As you can see, vector 10 (timer0 overflow) go to the bad_interrupt.
> >
> > Somebody with an idea ?
>
> You're missing a
>
> #include <avr/signal.h>
Oh, god I spent a lot of time on this only because I'm missing the
include signal.h :(
> and SIG_OVERFLOW0 is vector9 (the first one is vector0 which is the
> reset vector)
You're right, perhaps I need a little sleep :) .
Thanks a lot. I CC to the list as I receive several answer, but you
get the right one.