Skip to content

Commit 65a249e

Browse files
authored
Merge pull request #2062 from stefanrueger/128a4u-apptable
Fix apptable size for x128a4/u
2 parents ada3ee8 + 72e0f00 commit 65a249e

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

src/avrdude.conf.in

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17609,8 +17609,9 @@ part parent ".xmega-ab" # x128a4
1760917609
;
1761017610

1761117611
memory "apptable"
17612+
size = 8192;
1761217613
page_size = 512;
17613-
offset = 0x81f000;
17614+
offset = 0x81e000;
1761417615
;
1761517616

1761617617
memory "boot"
@@ -17693,7 +17694,8 @@ part parent ".xmega-ab" # x128a4u
1769317694
;
1769417695

1769517696
memory "apptable"
17696-
offset = 0x81f000;
17697+
size = 8192;
17698+
offset = 0x81e000;
1769717699
;
1769817700

1769917701
memory "boot"

0 commit comments

Comments
 (0)