From 80bd4a0b1cc4092f5452295d35e37a5e92d145ae Mon Sep 17 00:00:00 2001 From: joerg_wunsch Date: Mon, 21 Aug 2006 19:09:32 +0000 Subject: [PATCH] Correct the pagesize of the ATmega324 from 256 to 128. This closes bug #16410: ATMega164/324/644 cannot be programmed git-svn-id: svn://svn.savannah.nongnu.org/avrdude/trunk/avrdude@617 81a1dc3b-b13d-400b-aceb-764788c761c2 --- ChangeLog | 6 ++++++ avrdude.conf.in | 10 +++++----- 2 files changed, 11 insertions(+), 5 deletions(-) diff --git a/ChangeLog b/ChangeLog index d4b9adbf..a9674093 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2006-08-21 Joerg Wunsch + + * avrdude.conf.in (ATmega324): Correct the pagesize from 256 to + 128. + This closes bug #16410: ATMega164/324/644 cannot be programmed + 2006-08-20 Joerg Wunsch * configure.ac: Check for gettimeofday(). diff --git a/avrdude.conf.in b/avrdude.conf.in index 320aace6..faeca563 100644 --- a/avrdude.conf.in +++ b/avrdude.conf.in @@ -3134,8 +3134,8 @@ part memory "flash" paged = yes; size = 32768; - page_size = 256; - num_pages = 128; + page_size = 128; + num_pages = 256; min_write_delay = 4500; max_write_delay = 4500; readback_p1 = 0xff; @@ -3152,17 +3152,17 @@ part loadpage_lo = " 0 1 0 0 0 0 0 0", " 0 0 x x x x x x", - " x a6 a5 a4 a3 a2 a1 a0", + " x x a5 a4 a3 a2 a1 a0", " i i i i i i i i"; loadpage_hi = " 0 1 0 0 1 0 0 0", " 0 0 x x x x x x", - " x a6 a5 a4 a3 a2 a1 a0", + " x x a5 a4 a3 a2 a1 a0", " i i i i i i i i"; writepage = " 0 1 0 0 1 1 0 0", " 0 a14 a13 a12 a11 a10 a9 a8", - " a7 x x x x x x x", + " a7 a6 x x x x x x", " x x x x x x x x"; mode = 0x21;