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

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

Re: [avr-gcc-list] interrupt_tiny2313


From: Dave Hylands
Subject: Re: [avr-gcc-list] interrupt_tiny2313
Date: Tue, 15 Nov 2005 11:36:45 -0800

Hi Gilles,

> .global SIG_INTERRUPT0
> SIG_INTERRUPT0: // isr code here // reti;
>
> does anyone see what iswrong ?

Well, if you look in the iotn2313.h file, there are no interrupts with
the name SIG_INTERRUPT0. There is one called SIG_INT0

I think that this is done so that the interrupt names match the datasheets.

--
Dave Hylands
Vancouver, BC, Canada
http://www.DaveHylands.com/




reply via email to

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