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

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

Re: [avr-gcc-list] avr-libc-20020612


From: Michael Tsao
Subject: Re: [avr-gcc-list] avr-libc-20020612
Date: Wed, 12 Jun 2002 08:05:12 -0700

I've just fixed the interrupt vector bug (affecting all <=8K devices).

  http://www.amelek.gda.pl/avr/test/avr-libc-20020612.tar.gz

I just built an object file using this new code. I believe the vector table is correct: all unimplemented interrupts forward-jump to an instruction at 0x002D that then jumps back to address zero (reset), and implemented interrupts appear to jump to the interrupt code.

I'll test on a real device tonight but so far the .hex file looks good.

Thank you for such a fast turnaround, Marek!

_________________________________________________________________
Send and receive Hotmail on your mobile device: http://mobile.msn.com

avr-gcc-list at http://avr1.org



reply via email to

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