avr-libc-dev
[Top][All Lists]
Advanced

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

Re: [avr-libc-dev] [PATCH] Bootloader buffer size defines


From: Volkmar Dierkes
Subject: Re: [avr-libc-dev] [PATCH] Bootloader buffer size defines
Date: Wed, 5 Feb 2003 21:37:46 +0100
User-agent: 40tude_Dialog/2.0.3.1 Hamster/2.0.0.0

On Wed, 05 Feb 2003 10:48:09 -0700, E. Weddington wrote:

> I forgot to mention, that the reason why the bootloader temporary 
> buffer sizes are in byte sizes and not the word sizes that Volkmar 
> listed, is because of how the AVR writes to the bootloader temporary 
> buffer.

I took the values from the datasheets, but that's ok for me. I took 
just a look in my bootloader and have seen that I always used 
SPM_PAGESIZE*2 or SPM_PAGESIZE<<1 ;-)

So, that's the best solution I think.

Volkmar




reply via email to

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