fet_db: add support for MSP430G2352
This commit is contained in:
parent
f94383d839
commit
e491e14c3d
|
@ -1493,6 +1493,41 @@ static const struct fet_db_record fet_db[] = {
|
|||
0x00, 0x00
|
||||
}
|
||||
},
|
||||
{ /* Copied from MSP430G2452 with flash origin modifications */
|
||||
.name = "MSP430G2352",
|
||||
.msg28_data = {
|
||||
0x24, 0x52, 0x00, 0xa0, 0x00, 0x00, 0x00, 0x00,
|
||||
0x00, 0x00, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00,
|
||||
0x00, 0x00
|
||||
/* extra: 89 00 00 00 00 00 00 00 */
|
||||
},
|
||||
.msg29_params = {0x00, 0xcf, 0xc7},
|
||||
.msg29_data = {
|
||||
0x00, 0xf0, 0xff, 0xff, 0x00, 0x00, 0x00, 0x10,
|
||||
0xff, 0x10, 0x40, 0x00, 0x00, 0x02, 0xff, 0x02,
|
||||
0x00, 0x00, 0x00, 0x00, 0x02, 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,
|
||||
0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
|
||||
0x00, 0x00, 0x00, 0x00, 0x33, 0xff, 0x1f, 0xff,
|
||||
0xff, 0xff
|
||||
},
|
||||
.msg2b_len = 0x4a,
|
||||
.msg2b_data = {
|
||||
0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0x00, 0x00,
|
||||
0x02, 0x00, 0x40, 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
|
||||
}
|
||||
},
|
||||
{ /* Copied from MSP430G2452, with modifications */
|
||||
.name = "MSP430G2553/G2403",
|
||||
.msg28_data = {
|
||||
|
|
Loading…
Reference in New Issue