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

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

Re: [avr-gcc-list] trouble with the interrupt table


From: Theodore A. Roth
Subject: Re: [avr-gcc-list] trouble with the interrupt table
Date: Wed, 26 May 2004 13:32:48 -0700 (PDT)

On Wed, 26 May 2004, Kim Madsen wrote:

> Hi.
> What am i doing wrong, after compiling the program with no errors. The
> interrupt table just point to iret, not to  the defined SIGNAL(_vector());
> cpu = mega8515

You probably want to read this:

  http://www.nongnu.org/avr-libc/user-manual/group__avr__interrupts.html

If you are still lost after reading that, it would be helpful to post a
simple example of a signal/interrupt handler that you wrote so that we
can see what you are doing wrong instead of having to guess.

My guess is that

  SIGNAL(_vector());

is not what you should be doing.

---
Ted Roth
PGP Key ID: 0x18F846E9
Jabber ID: address@hidden


reply via email to

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