Added support for MSP430F235.
This commit is contained in:
parent
c9e68eff45
commit
4ab5082695
35
fet_db.c
35
fet_db.c
|
@ -364,6 +364,41 @@ static const struct fet_db_record fet_db[] = {
|
|||
0x00, 0x00
|
||||
}
|
||||
},
|
||||
{ /* Copied from MSP403F249, with changes */
|
||||
.name = "MSP430F235",
|
||||
.msg28_data = {
|
||||
0xf2, 0x49, 0x02, 0x60, 0x00, 0x00, 0x00, 0x00,
|
||||
0x00, 0x00, 0x02, 0x02, 0x01, 0x00, 0xf3, 0x2b,
|
||||
0x83, 0x00
|
||||
/* extra: 89 00 00 00 00 00 00 00 */
|
||||
},
|
||||
.msg29_params = {0x00, 0x4f, 0x47},
|
||||
.msg29_data = {
|
||||
0x00, 0xC0, 0xFF, 0xFF, 0x00, 0x00, 0x00, 0x10,
|
||||
0xFF, 0x10, 0x40, 0x00, 0x00, 0x02, 0xFF, 0x09,
|
||||
0x00, 0x00, 0x00, 0x00, 0x03, 0x00, 0x02, 0x00,
|
||||
0x02, 0x00, 0xD7, 0x60, 0x00, 0x00, 0x00, 0x00,
|
||||
0x08, 0x07, 0x10, 0x0E, 0xC4, 0x09, 0x70, 0x17,
|
||||
0x58, 0x1B, 0x00, 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 = {
|
||||
0x00, 0x0C, 0xFF, 0x0F, 0x00, 0x02, 0x00, 0x00,
|
||||
0x03, 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
|
||||
}
|
||||
},
|
||||
{ /* Copied from MSP430F249 */
|
||||
.name = "MSP430F247",
|
||||
.msg28_data = {
|
||||
|
|
Loading…
Reference in New Issue