Add missing efuse write delay for ATmega169/A/P/PA and ATmega328P
This commit is contained in:
parent
cb114233ef
commit
aa211f7580
|
@ -5823,6 +5823,8 @@ part
|
||||||
|
|
||||||
memory "efuse"
|
memory "efuse"
|
||||||
size = 1;
|
size = 1;
|
||||||
|
min_write_delay = 2000;
|
||||||
|
max_write_delay = 2000;
|
||||||
write = "1 0 1 0 1 1 0 0 1 0 1 0 0 1 0 0",
|
write = "1 0 1 0 1 1 0 0 1 0 1 0 0 1 0 0",
|
||||||
"x x x x x x x x x x x x i i i i";
|
"x x x x x x x x x x x x i i i i";
|
||||||
|
|
||||||
|
@ -9852,6 +9854,8 @@ part parent "m328"
|
||||||
|
|
||||||
memory "efuse"
|
memory "efuse"
|
||||||
size = 1;
|
size = 1;
|
||||||
|
min_write_delay = 4500;
|
||||||
|
max_write_delay = 4500;
|
||||||
read = "0 1 0 1 0 0 0 0 0 0 0 0 1 0 0 0",
|
read = "0 1 0 1 0 0 0 0 0 0 0 0 1 0 0 0",
|
||||||
"x x x x x x x x o o o o o o o o";
|
"x x x x x x x x o o o o o o o o";
|
||||||
write = "1 0 1 0 1 1 0 0 1 0 1 0 0 1 0 0",
|
write = "1 0 1 0 1 1 0 0 1 0 1 0 0 1 0 0",
|
||||||
|
|
Loading…
Reference in New Issue