mirror of
https://github.com/mariusgreuel/avrdude.git
synced 2025-12-19 11:36:24 +00:00
ATmega128RFA1: Bump two timing values in order to improve ISP
programming stability, in particular with the STK600. git-svn-id: svn://svn.savannah.nongnu.org/avrdude/trunk/avrdude@952 81a1dc3b-b13d-400b-aceb-764788c761c2
This commit is contained in:
@@ -11338,7 +11338,7 @@ part
|
||||
has_jtag = yes;
|
||||
# stk500_devcode = 0xB2;
|
||||
# avr910_devcode = 0x43;
|
||||
chip_erase_delay = 9000;
|
||||
chip_erase_delay = 55000;
|
||||
pagel = 0xD7;
|
||||
bs2 = 0xE2;
|
||||
reset = dedicated;
|
||||
@@ -11453,7 +11453,7 @@ part
|
||||
" x x x x x x x x";
|
||||
|
||||
mode = 0x41;
|
||||
delay = 10;
|
||||
delay = 20;
|
||||
blocksize = 256;
|
||||
readsize = 256;
|
||||
;
|
||||
|
||||
Reference in New Issue
Block a user