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

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

Re: [avr-gcc-list] HELP_my reset problem


From: Hugo González Monteverde
Subject: Re: [avr-gcc-list] HELP_my reset problem
Date: Sat, 18 Jun 2005 17:13:21 -0500
User-agent: Mozilla Thunderbird 1.0 (Windows/20041206)

Yeah, one common mistake is to assume names for the vectors (as per the libc manual) To find out about the correct vector, check your datasheet and then check the specific include file for your uC. Say, iom128.h

Hugo

Parthasaradhi Nayani wrote:
Hello Laser,

AVR Mega series processors have interrupt entry table
and entries in the table will have to be proper for
the interrupt service routine to work. All unused
entries are filled with the reset address by GCC. This
is the problem in your case. Please check.

Nayani P


--- laser lei <address@hidden> wrote:


Dear All,
    I am an new engineer in GCC_AVR.
I now use the WIN_AVR.I write a simple program,
only init I/O and UART receive(Interrupt).But when
the interrupt come,it first enter main entry,like
reset,then run to SEI,enter UART receive interrupt
    I don't know why it happen.
    Hope your help!
Laser
__________________________________________________
¸Ï¿ì×¢²áÑÅ»¢³¬´óÈÝÁ¿Ãâ·ÑÓÊÏä?
http://cn.mail.yahoo.com>

_______________________________________________

AVR-GCC-list mailing list
address@hidden


http://lists.nongnu.org/mailman/listinfo/avr-gcc-list




                
__________________________________ Discover Yahoo! Get on-the-go sports scores, stock quotes, news and more. Check it out! http://discover.yahoo.com/mobile.html


_______________________________________________
AVR-GCC-list mailing list
address@hidden
http://lists.nongnu.org/mailman/listinfo/avr-gcc-list





reply via email to

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