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

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

Re: [avr-gcc-list] Tiny 2313 SIGNAL problem


From: Christopher X. Candreva
Subject: Re: [avr-gcc-list] Tiny 2313 SIGNAL problem
Date: Wed, 23 Mar 2005 10:34:34 -0500 (EST)

On Wed, 23 Mar 2005, Parthasaradhi Nayani wrote:

> The faulty code
>  
> SIGNAL (SIG_UART_RECV)    // note SIG_UART_RECV

> ...

> Working code
>  
> SIGNAL (SIG_USART0_RX)    // note SIG_UART_RECV

The signal names comes from the datasheet for that particular chip.  They 
are, unhelpfully, different for each chip. Best bet would be to check the 
header file for the  tiny2313, most likely in this case you are useing the 
wrong name.

==========================================================
Chris Candreva  -- address@hidden -- (914) 967-7816
WestNet Internet Services of Westchester
http://www.westnet.com/




reply via email to

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