Skip to content

Commit

Permalink
Fix ATmega1284/P readsize
Browse files Browse the repository at this point in the history
  • Loading branch information
stefanrueger committed Aug 12, 2024
1 parent cd956e8 commit 06f16b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/avrdude.conf.in
Original file line number Diff line number Diff line change
Expand Up @@ -5276,6 +5276,7 @@ part parent "t44" # t44a
"ATtiny44A-SSU: SOIC14, Fmax=20 MHz, T=[-40 C, 85 C], Vcc=[1.8 V, 5.5 V]",
"ATtiny44A-SSUR: SOIC14N, Fmax=20 MHz, T=[-40 C, 85 C], Vcc=[1.8 V, 5.5 V]";
mcuid = XVII + IV; # 21;

;

#------------------------------------------------------------
Expand Down Expand Up @@ -10856,7 +10857,6 @@ part parent "m164p" # m1284
size = 0x20000;
page_size = 256;
num_pages = 512;
readsize = 128;
read_lo = "0010.0000--aaaa.aaaa--aaaa.aaaa--oooo.oooo";
read_hi = "0010.1000--aaaa.aaaa--aaaa.aaaa--oooo.oooo";
loadpage_lo = "0100.0000--00xx.xxxx--xaaa.aaaa--iiii.iiii";
Expand Down

0 comments on commit 06f16b0

Please sign in to comment.