Skip to content

Commit 7e94505

Browse files
author
Pete Lewis
committed
ATTiny84s need a longer chip erase delay
Following along with how the Arduino IDE (v1.8.8) does it. I was seeing inconsistent fuse bit programming (when it includes an erase command). Upping the chip_erase_delay to 15000 uS made this work 100% of the time.
1 parent 97d3a88 commit 7e94505

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

avrdude_gpio.conf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10718,7 +10718,7 @@ part
1071810718
avr910_devcode = 0x20;
1071910719
signature = 0x1e 0x93 0x0c;
1072010720
reset = io;
10721-
chip_erase_delay = 4500;
10721+
chip_erase_delay = 15000;
1072210722

1072310723
pgm_enable = "1 0 1 0 1 1 0 0 0 1 0 1 0 0 1 1",
1072410724
"x x x x x x x x x x x x x x x x";

0 commit comments

Comments
 (0)