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

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

[avr-gcc-list] Looking for a spurious interrupt


From: Bernard Fouché
Subject: [avr-gcc-list] Looking for a spurious interrupt
Date: Fri, 3 Sep 2004 11:22:04 +0200

Hi.

Using SIGNAL(__vector_default), I'm tracking a problematic unexpected
interrupt. How can I know what interrupt called SIGNAL(__vector_default)
from the body of the function that I define?

For instance:

SIGNAL(__vector_default)
{
        .. code to known what vector was activated ...
        .. code to store this information somewhere ...
}

Thanks!

  Bernard



reply via email to

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