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

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

Re: [avr-gcc-list] Where did my interrupt vectors go?


From: Ned Konz
Subject: Re: [avr-gcc-list] Where did my interrupt vectors go?
Date: Thu, 23 Dec 2004 12:48:10 -0800
User-agent: KMail/1.7.1

On Thursday 23 December 2004 12:24 pm, Phillip Vogel wrote:
> This used to work, but since I upgraded winavr and changed to mega128
> (used to be mega162), my interrupt vector table is empty, like this:

> /* Interrupt handlers */
> SIGNAL(SIG_USART0_RECV)
> {
>   ...code here...
> }
>
> SIGNAL(SIG_USART0_DATA)
> {
>   ...code here...
> }
>
> Like I said, this all worked last week with an older version of winavr
> and a mega162. The code compiles with no errors or warnings. What am I
> missing here?

That SIG_USART0_RECV and SIG_USART0_DATA are not defined in the iom128.h 
header file?

-- 
Ned Konz
http://bike-nomad.com



reply via email to

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