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

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

Re: [avr-gcc-list] Mega16 interrupt problem.


From: Artur Lipowski
Subject: Re: [avr-gcc-list] Mega16 interrupt problem.
Date: Thu, 12 Feb 2004 08:19:51 +0100
User-agent: Mozilla Thunderbird 0.5 (Windows/20040207)

mark bauer wrote:

Mega16 and Mega163 version do not work with interrupts (for me).
Looking at the *.lst file, the vectors are correct, but the process
...
Try:
avr-nm main.elf

and watch for symbols like:
__vector_1

Are there all vectors at proper places?
Vectores (re)defined by you should be type "T".
Not defined should be type "W" and have the same address, which is de facto address of the __bad_interrupt symbol.

Regards,
--
Artur Lipowski


reply via email to

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