[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[avr-libc-dev] Re: iocan128.h changes - possibly final
From: |
E. Weddington |
Subject: |
[avr-libc-dev] Re: iocan128.h changes - possibly final |
Date: |
Wed, 14 Jul 2004 09:12:28 -0600 |
On 13 Jul 2004 at 20:50, Colin O'Flynn wrote:
> One question though - the line:
> #define FLASHEND 0x1FFFF
> Is that correct? I took it from the iom128.h file as the can128 has the same
> flash. Shouldn't it just be #define FLASHEND 0xFFFF Instead? Since the
> flash
> is arranged in words that would be 128Kbyte...
The first is correct AFAIK. The GCC toolchain does everything in *bytes*,
regardless of how Atmel decides to organize their memory.
Eric