mirror of
https://github.com/mariusgreuel/avrdude.git
synced 2025-12-19 03:35:28 +00:00
Add device support for the recently released ATmega*RFR2 family.
git-svn-id: svn://svn.savannah.nongnu.org/avrdude/trunk/avrdude@1110 81a1dc3b-b13d-400b-aceb-764788c761c2
This commit is contained in:
@@ -9880,6 +9880,81 @@ part parent "m2561"
|
||||
;
|
||||
;
|
||||
|
||||
#------------------------------------------------------------
|
||||
# ATmega256RFR2
|
||||
#------------------------------------------------------------
|
||||
|
||||
part parent "m2561"
|
||||
id = "m256rfr2";
|
||||
desc = "ATmega256RFR2";
|
||||
signature = 0x1e 0xa8 0x02;
|
||||
chip_erase_delay = 55000;
|
||||
bs2 = 0xE2;
|
||||
|
||||
;
|
||||
|
||||
#------------------------------------------------------------
|
||||
# ATmega128RFR2
|
||||
#------------------------------------------------------------
|
||||
|
||||
part parent "m128rfa1"
|
||||
id = "m128rfr2";
|
||||
desc = "ATmega128RFR2";
|
||||
signature = 0x1e 0xa7 0x02;
|
||||
|
||||
;
|
||||
|
||||
#------------------------------------------------------------
|
||||
# ATmega64RFR2
|
||||
#------------------------------------------------------------
|
||||
|
||||
part parent "m128rfa1"
|
||||
id = "m64rfr2";
|
||||
desc = "ATmega64RFR2";
|
||||
signature = 0x1e 0xa6 0x02;
|
||||
|
||||
|
||||
memory "flash"
|
||||
paged = yes;
|
||||
size = 65536;
|
||||
page_size = 256;
|
||||
num_pages = 256;
|
||||
min_write_delay = 50000;
|
||||
max_write_delay = 50000;
|
||||
readback_p1 = 0x00;
|
||||
readback_p2 = 0x00;
|
||||
read_lo = " 0 0 1 0 0 0 0 0",
|
||||
" 0 a14 a13 a12 a11 a10 a9 a8",
|
||||
" a7 a6 a5 a4 a3 a2 a1 a0",
|
||||
" o o o o o o o o";
|
||||
|
||||
read_hi = " 0 0 1 0 1 0 0 0",
|
||||
" 0 a14 a13 a12 a11 a10 a9 a8",
|
||||
" a7 a6 a5 a4 a3 a2 a1 a0",
|
||||
" o o o o o o o o";
|
||||
|
||||
loadpage_lo = " 0 1 0 0 0 0 0 0",
|
||||
" x x x x x x x x",
|
||||
" x a6 a5 a4 a3 a2 a1 a0",
|
||||
" i i i i i i i i";
|
||||
|
||||
loadpage_hi = " 0 1 0 0 1 0 0 0",
|
||||
" x x x x x x x x",
|
||||
" x a6 a5 a4 a3 a2 a1 a0",
|
||||
" i i i i i i i i";
|
||||
|
||||
writepage = " 0 1 0 0 1 1 0 0",
|
||||
" 0 a14 a13 a12 a11 a10 a9 a8",
|
||||
" a7 x x x x x x x",
|
||||
" x x x x x x x x";
|
||||
|
||||
mode = 0x41;
|
||||
delay = 20;
|
||||
blocksize = 256;
|
||||
readsize = 256;
|
||||
;
|
||||
;
|
||||
|
||||
#------------------------------------------------------------
|
||||
# ATtiny24
|
||||
#------------------------------------------------------------
|
||||
|
||||
Reference in New Issue
Block a user