[avr-gcc-list] Re: AVR109-GCC bootloader problem on mega8

2006-04-03 Thread Mattew Fornero
On 4/1/06, Mattew Fornero [EMAIL PROTECTED] wrote: I'm attempting to setup a bootloader for the ATmega8 using the avr109 app note posted here. I'm using the GCC version included in it, along with the WinAVR toolchn. Using the preprocessor.xls file, I've setup my bootloader to have 1024 words

[avr-gcc-list] AVR109-GCC bootloader problem on mega8

2006-04-01 Thread Mattew Fornero
I'm attempting to setup a bootloader for the ATmega8 using the avr109 app note posted here. I'm using the GCC version included in it, along with the WinAVR toolchain. Using the preprocessor.xls file, I've setup my bootloader to have 1024 words of memory, starting at address 0xc00. The chip runs