On Tue, 03 Jan 2006 16:46:31 -0500, Joerg Wunsch <[EMAIL PROTECTED]>
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?
_______________________________________________
avrdude-dev mailing list
[email protected]
http://lists.nongnu.org/mailman/listinfo/avrdude-dev