avr-chat
[Top][All Lists]
Advanced

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

RE: [avr-chat] BOOTLOADER on ATMega644


From: Weddington, Eric
Subject: RE: [avr-chat] BOOTLOADER on ATMega644
Date: Mon, 22 Dec 2008 06:41:20 -0700

 

> -----Original Message-----
> From: address@hidden 
> [mailto:address@hidden
>  On Behalf Of Robert von Knobloch
> Sent: Monday, December 22, 2008 2:56 AM
> To: address@hidden
> Subject: [avr-chat] BOOTLOADER on ATMega644
> 
> Hello,
> 
> According to the data sheet, the default bootloader area is 0x7000
> 0x7FFF.

In WORD ADDRESSES. This is a common user mistake because the data sheet 
specifies the size of the bootloader area in WORD ADDRESSES. The toolchain 
works on BYTE ADDRESS. Multiply by two and your starting address is 0xE000, 
which is the correct address.

Eric




reply via email to

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