Home
Name Modified Size InfoDownloads / Week
Readme 2.0 Version.txt 2013-01-23 453 Bytes
ExtendedSerialGLCD_02.rar 2013-01-23 185.2 kB
ExtendedSerialGLCD_01.rar 2012-09-06 17.4 kB
Totals: 3 Items   203.1 kB 0

The SIG_xx interrupt vectors were deprecated several years ago. You can see an updated list at:

AVR-GCC Manual Online-Interrupt Vectors
http://www.nongnu.org/avr-libc/user-manual/group__avr__interrupts.html

so,

Line 170, in file: mainExtended.c:
ISR (SIG_USART_RECV)//USART Receive Interrupt

was replaced by:
ISR (USART_RX_vect)//USART Receive Interrupt



Compiled with:
Atmel Studio 6 (Version: 6.0.1996 - Service Pack 2)


Source: Readme 2.0 Version.txt, updated 2013-01-23