Support for MSP430G2553.
This commit is contained in:
parent
a079398f42
commit
c9e68eff45
3
AUTHORS
3
AUTHORS
|
@ -52,3 +52,6 @@ Jasper Lievisse Adriaanse <jasper@openbsd.org>:
|
|||
Ionut Nicu <ionut.nicu@mindbit.ro>:
|
||||
* Support for MSP430F47173 and MSP430F5526.
|
||||
* --force-reset option.
|
||||
|
||||
Paul Fleischer <paul@xpg.dk>:
|
||||
* Support for MSP430G2553.
|
||||
|
|
35
fet_db.c
35
fet_db.c
|
@ -1317,6 +1317,41 @@ static const struct fet_db_record fet_db[] = {
|
|||
0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
|
||||
0x00, 0x00
|
||||
}
|
||||
},
|
||||
{ /* Copied from MSP430G2452, with modifications */
|
||||
.name = "MSP430G2553",
|
||||
.msg28_data = {
|
||||
0x25, 0x53, 0x00, 0x60, 0x00, 0x00, 0x00, 0x00,
|
||||
0x00, 0x00, 0x02, 0x03, 0x01, 0x00, 0x26, 0x30,
|
||||
0x00, 0x00
|
||||
/* extra: 89 00 00 00 00 00 00 00 */
|
||||
},
|
||||
.msg29_params = {0x00, 0x39, 0x31},
|
||||
.msg29_data = { /* Copied from MSP430G2452, with changes */
|
||||
0x00, 0xc0, 0xff, 0xff, 0x00, 0x00, 0x00, 0x10,
|
||||
0xff, 0x10, 0x40, 0x00, 0x00, 0x02, 0xff, 0x03,
|
||||
0x00, 0x00, 0x00, 0x00, 0x01, 0x00, 0x01, 0x00,
|
||||
0x01, 0x00, 0xd7, 0x60, 0x00, 0x00, 0x00, 0x00,
|
||||
0x08, 0x07, 0x10, 0x0e, 0xc4, 0x09, 0x70, 0x17,
|
||||
0x58, 0x1b, 0x01, 0x00, 0x03, 0x00, 0x00, 0x00,
|
||||
0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x01, 0x00,
|
||||
0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
|
||||
0x00, 0x00, 0x00, 0x00, 0x33, 0x0f, 0x1f, 0x0f,
|
||||
0xff, 0xff
|
||||
},
|
||||
.msg2b_len = 0x4a,
|
||||
.msg2b_data = { /* Copied from MSP430G2452 */
|
||||
0x00, 0x0c, 0xff, 0x0f, 0x00, 0x02, 0x02, 0x00,
|
||||
0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
|
||||
0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
|
||||
0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
|
||||
0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
|
||||
0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
|
||||
0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
|
||||
0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
|
||||
0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
|
||||
0x00, 0x00
|
||||
}
|
||||
}
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in New Issue