avrdude-dev
[Top][All Lists]
Advanced

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

Re: [avrdude-dev] Anyone have config section for ATMega325/645?


From: Bob Paddock
Subject: Re: [avrdude-dev] Anyone have config section for ATMega325/645?
Date: Wed, 04 Jan 2006 13:27:01 -0500
User-agent: Opera M2/8.50 (Win32, build 7700)

On Tue, 03 Jan 2006 16:46:31 -0500, Joerg Wunsch <address@hidden> wrote:

As Bob Paddock wrote:

Before I go off and reinvent the wheel, does
anyone have a config section for the ATMega325
and/or 645?

Yes, CVS does. ;-)

I just noticed for the Mega164/324/644 from CVS,
that the datasheet, 2593A-AVR-06/05 on page 279, the:

Mega164 has 128 Words/128 Pages,
Mega324 has 256 Words/256 Pages,
Mega324 has 256 Words/256 Pages.

The entry for the 'm164' has:
        page_size       = 128;
        num_pages       = 128;

The page size should be 256 in bytes.

The 'm324' and 'm644'has:
        page_size       = 256;
        num_pages       = 256;

The page size should be 512 in bytes.

Seems odd to me that the 324 and 644 have the same
data, as the datasheet states.  Should the 324 really be
128 words/256 pages?










reply via email to

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