mirror of
https://github.com/mariusgreuel/avrdude.git
synced 2025-12-19 19:40:10 +00:00
bug #28344 chip_erase_delay too short for ATmega324P, 644, 644P, and 1284P
* avrdude.conf: Bump the chip_erase_delay for all ATmega*4 devices to 55 ms. While the datasheet still claims 9 ms, all the XML files tell either 45 or 55 ms, depending on STK600 or not. git-svn-id: svn://svn.savannah.nongnu.org/avrdude/trunk/avrdude@1217 81a1dc3b-b13d-400b-aceb-764788c761c2
This commit is contained in:
@@ -4104,6 +4104,7 @@ part parent "m16"
|
||||
poweroffdelay = 15;
|
||||
resetdelayms = 1;
|
||||
allowfullpagebitstream = no;
|
||||
chip_erase_delay = 55000;
|
||||
|
||||
ocdrev = 3;
|
||||
;
|
||||
@@ -4124,7 +4125,7 @@ part
|
||||
signature = 0x1e 0x95 0x08;
|
||||
pagel = 0xd7;
|
||||
bs2 = 0xa0;
|
||||
chip_erase_delay = 9000;
|
||||
chip_erase_delay = 55000;
|
||||
pgm_enable = "1 0 1 0 1 1 0 0 0 1 0 1 0 0 1 1",
|
||||
"x x x x x x x x x x x x x x x x";
|
||||
|
||||
@@ -4332,7 +4333,7 @@ part
|
||||
signature = 0x1e 0x96 0x09;
|
||||
pagel = 0xd7;
|
||||
bs2 = 0xa0;
|
||||
chip_erase_delay = 9000;
|
||||
chip_erase_delay = 55000;
|
||||
pgm_enable = "1 0 1 0 1 1 0 0 0 1 0 1 0 0 1 1",
|
||||
"x x x x x x x x x x x x x x x x";
|
||||
|
||||
@@ -4540,7 +4541,7 @@ part
|
||||
signature = 0x1e 0x97 0x05;
|
||||
pagel = 0xd7;
|
||||
bs2 = 0xa0;
|
||||
chip_erase_delay = 9000;
|
||||
chip_erase_delay = 55000;
|
||||
pgm_enable = "1 0 1 0 1 1 0 0 0 1 0 1 0 0 1 1",
|
||||
"x x x x x x x x x x x x x x x x";
|
||||
|
||||
|
||||
Reference in New Issue
Block a user