mirror of
https://github.com/mariusgreuel/avrdude.git
synced 2025-12-18 19:34:42 +00:00
Merge pull request #815 from MCUdude/add-memory-sections
Add more memory sections to read from
This commit is contained in:
@@ -16582,6 +16582,42 @@ part
|
||||
readsize = 0x3D;
|
||||
;
|
||||
|
||||
memory "sernum"
|
||||
size = 10;
|
||||
offset = 0x1104;
|
||||
readsize = 1;
|
||||
;
|
||||
|
||||
memory "osccal16"
|
||||
size = 2;
|
||||
offset = 0x1118;
|
||||
readsize = 1;
|
||||
;
|
||||
|
||||
memory "osccal20"
|
||||
size = 2;
|
||||
offset = 0x111A;
|
||||
readsize = 1;
|
||||
;
|
||||
|
||||
memory "tempsense"
|
||||
size = 2;
|
||||
offset = 0x1120;
|
||||
readsize = 1;
|
||||
;
|
||||
|
||||
memory "osc16err"
|
||||
size = 2;
|
||||
offset = 0x1122;
|
||||
readsize = 1;
|
||||
;
|
||||
|
||||
memory "osc20err"
|
||||
size = 2;
|
||||
offset = 0x1124;
|
||||
readsize = 1;
|
||||
;
|
||||
|
||||
memory "fuses"
|
||||
size = 9;
|
||||
offset = 0x1280;
|
||||
@@ -16595,48 +16631,96 @@ part
|
||||
readsize = 1;
|
||||
;
|
||||
|
||||
memory "wdtcfg"
|
||||
size = 1;
|
||||
offset = 0x1280;
|
||||
readsize = 1;
|
||||
;
|
||||
|
||||
memory "fuse1"
|
||||
size = 1;
|
||||
offset = 0x1281;
|
||||
readsize = 1;
|
||||
;
|
||||
|
||||
memory "bodcfg"
|
||||
size = 1;
|
||||
offset = 0x1281;
|
||||
readsize = 1;
|
||||
;
|
||||
|
||||
memory "fuse2"
|
||||
size = 1;
|
||||
offset = 0x1282;
|
||||
readsize = 1;
|
||||
;
|
||||
|
||||
memory "osccfg"
|
||||
size = 1;
|
||||
offset = 0x1282;
|
||||
readsize = 1;
|
||||
;
|
||||
|
||||
memory "fuse4"
|
||||
size = 1;
|
||||
offset = 0x1284;
|
||||
readsize = 1;
|
||||
;
|
||||
|
||||
memory "tcd0cfg"
|
||||
size = 1;
|
||||
offset = 0x1284;
|
||||
readsize = 1;
|
||||
;
|
||||
|
||||
memory "fuse5"
|
||||
size = 1;
|
||||
offset = 0x1285;
|
||||
readsize = 1;
|
||||
;
|
||||
|
||||
memory "syscfg0"
|
||||
size = 1;
|
||||
offset = 0x1285;
|
||||
readsize = 1;
|
||||
;
|
||||
|
||||
memory "fuse6"
|
||||
size = 1;
|
||||
offset = 0x1286;
|
||||
readsize = 1;
|
||||
;
|
||||
|
||||
memory "syscfg1"
|
||||
size = 1;
|
||||
offset = 0x1286;
|
||||
readsize = 1;
|
||||
;
|
||||
|
||||
memory "fuse7"
|
||||
size = 1;
|
||||
offset = 0x1287;
|
||||
readsize = 1;
|
||||
;
|
||||
|
||||
memory "append"
|
||||
size = 1;
|
||||
offset = 0x1287;
|
||||
readsize = 1;
|
||||
;
|
||||
|
||||
memory "fuse8"
|
||||
size = 1;
|
||||
offset = 0x1288;
|
||||
readsize = 1;
|
||||
;
|
||||
|
||||
memory "bootend"
|
||||
size = 1;
|
||||
offset = 0x1288;
|
||||
readsize = 1;
|
||||
;
|
||||
|
||||
memory "lock"
|
||||
size = 1;
|
||||
offset = 0x128a;
|
||||
@@ -17790,6 +17874,18 @@ part
|
||||
readsize = 0x7D;
|
||||
;
|
||||
|
||||
memory "tempsense"
|
||||
size = 2;
|
||||
offset = 0x1104;
|
||||
readsize = 1;
|
||||
;
|
||||
|
||||
memory "sernum"
|
||||
size = 16;
|
||||
offset = 0x1110;
|
||||
readsize = 1;
|
||||
;
|
||||
|
||||
memory "fuses"
|
||||
size = 9;
|
||||
offset = 0x1050;
|
||||
@@ -17803,48 +17899,108 @@ part
|
||||
readsize = 1;
|
||||
;
|
||||
|
||||
memory "wdtcfg"
|
||||
size = 1;
|
||||
offset = 0x1050;
|
||||
readsize = 1;
|
||||
;
|
||||
|
||||
memory "fuse1"
|
||||
size = 1;
|
||||
offset = 0x1051;
|
||||
readsize = 1;
|
||||
;
|
||||
|
||||
memory "bodcfg"
|
||||
size = 1;
|
||||
offset = 0x1051;
|
||||
readsize = 1;
|
||||
;
|
||||
|
||||
memory "fuse2"
|
||||
size = 1;
|
||||
offset = 0x1052;
|
||||
readsize = 1;
|
||||
;
|
||||
|
||||
memory "osccfg"
|
||||
size = 1;
|
||||
offset = 0x1052;
|
||||
readsize = 1;
|
||||
;
|
||||
|
||||
memory "fuse4"
|
||||
size = 1;
|
||||
offset = 0x1054;
|
||||
readsize = 1;
|
||||
;
|
||||
|
||||
memory "tcd0cfg"
|
||||
size = 1;
|
||||
offset = 0x1054;
|
||||
readsize = 1;
|
||||
;
|
||||
|
||||
memory "fuse5"
|
||||
size = 1;
|
||||
offset = 0x1055;
|
||||
readsize = 1;
|
||||
;
|
||||
|
||||
memory "syscfg0"
|
||||
size = 1;
|
||||
offset = 0x1055;
|
||||
readsize = 1;
|
||||
;
|
||||
|
||||
memory "fuse6"
|
||||
size = 1;
|
||||
offset = 0x1056;
|
||||
readsize = 1;
|
||||
;
|
||||
|
||||
memory "syscfg1"
|
||||
size = 1;
|
||||
offset = 0x1056;
|
||||
readsize = 1;
|
||||
;
|
||||
|
||||
memory "fuse7"
|
||||
size = 1;
|
||||
offset = 0x1057;
|
||||
readsize = 1;
|
||||
;
|
||||
|
||||
memory "codesize"
|
||||
size = 1;
|
||||
offset = 0x1057;
|
||||
readsize = 1;
|
||||
;
|
||||
|
||||
memory "append"
|
||||
size = 1;
|
||||
offset = 0x1057;
|
||||
readsize = 1;
|
||||
;
|
||||
|
||||
memory "fuse8"
|
||||
size = 1;
|
||||
offset = 0x1058;
|
||||
readsize = 1;
|
||||
;
|
||||
|
||||
memory "bootsize"
|
||||
size = 1;
|
||||
offset = 0x1058;
|
||||
readsize = 1;
|
||||
;
|
||||
|
||||
memory "bootend"
|
||||
size = 1;
|
||||
offset = 0x1058;
|
||||
readsize = 1;
|
||||
;
|
||||
|
||||
memory "lock"
|
||||
size = 4;
|
||||
offset = 0x1040;
|
||||
|
||||
Reference in New Issue
Block a user