mirror of
https://github.com/mariusgreuel/avrdude.git
synced 2025-12-19 19:40:10 +00:00
Submitted by Mikael Hermansson:
* avrdude.conf.in (ATxmega256A3): new device. * stk500v2 (stk500v2_initialize): Enable the AVRISPmkII as a PDI-capable device for ATxmega parts. git-svn-id: svn://svn.savannah.nongnu.org/avrdude/trunk@809 81a1dc3b-b13d-400b-aceb-764788c761c2
This commit is contained in:
@@ -13796,3 +13796,77 @@ part
|
||||
;
|
||||
|
||||
;
|
||||
|
||||
#------------------------------------------------------------
|
||||
# ATxmega256A3
|
||||
#------------------------------------------------------------
|
||||
|
||||
part
|
||||
id = "x256a3";
|
||||
desc = "ATXMEGA256A3";
|
||||
signature = 0x1E 0x98 0x42;
|
||||
has_jtag = yes;
|
||||
has_pdi = yes;
|
||||
nvm_base = 0x01C0;
|
||||
|
||||
memory "eeprom"
|
||||
page_size = 32;
|
||||
size = 4096;
|
||||
;
|
||||
|
||||
memory "flash"
|
||||
size = 0x40000;
|
||||
page_size = 512;
|
||||
;
|
||||
|
||||
memory "boot"
|
||||
size = 0x2000;
|
||||
page_size = 512;
|
||||
;
|
||||
|
||||
# signature is actually in IO address space
|
||||
memory "signature"
|
||||
size = 3;
|
||||
offset = 0x90;
|
||||
;
|
||||
|
||||
memory "fuse0"
|
||||
size = 1;
|
||||
offset = 0x20;
|
||||
;
|
||||
|
||||
memory "fuse1"
|
||||
size = 1;
|
||||
offset = 0x21;
|
||||
;
|
||||
|
||||
memory "fuse2"
|
||||
size = 1;
|
||||
offset = 0x22;
|
||||
;
|
||||
|
||||
memory "fuse4"
|
||||
size = 1;
|
||||
offset = 0x24;
|
||||
;
|
||||
|
||||
memory "fuse5"
|
||||
size = 1;
|
||||
offset = 0x25;
|
||||
;
|
||||
|
||||
memory "lockbits"
|
||||
size = 1;
|
||||
offset = 0x27;
|
||||
;
|
||||
|
||||
memory "calibration"
|
||||
size = 512;
|
||||
;
|
||||
|
||||
memory "usersig"
|
||||
size = 512;
|
||||
offset = 0x200;
|
||||
;
|
||||
|
||||
;
|
||||
|
||||
Reference in New Issue
Block a user