Added support for MSP430F2234.
Based on testing by Andres Vahter.
This commit is contained in:
parent
4f45cf6063
commit
b32567d41e
3
AUTHORS
3
AUTHORS
|
@ -19,3 +19,6 @@ Peter Jansen <pwjansen@yahoo.com>:
|
|||
|
||||
Aurélien Gauducheau <aurelien.gauducheau@gmail.com>:
|
||||
* Testing and analysis for MSP430F5529.
|
||||
|
||||
Andres Vahter <andres.vahter@gmail.com>:
|
||||
* Support for MSP430F2234.
|
||||
|
|
35
fet_db.c
35
fet_db.c
|
@ -530,6 +530,41 @@ static const struct fet_db_record fet_db[] = {
|
|||
0x01, 0x00, 0x01, 0x00, 0x01, 0x00, 0x00, 0x00,
|
||||
0x00, 0x00, 0x01, 0x00
|
||||
},
|
||||
},
|
||||
{ /* Based on MSP430F2274 */
|
||||
.name = "MSP430F2234",
|
||||
.msg28_data = {
|
||||
0xf2, 0x27, 0x50, 0x40, 0x00, 0x00, 0x00, 0x00,
|
||||
0x00, 0x00, 0x02, 0x02, 0x01, 0x04, 0xa1, 0x61,
|
||||
0x82, 0x00
|
||||
/* extra bytes: 89 00 00 00 00 00 00 00 */
|
||||
},
|
||||
.msg29_params = {0x00, 0x39, 0x31},
|
||||
.msg29_data = {
|
||||
0x00, 0xe0, 0xff, 0xff, 0x00, 0x00, 0x00, 0x10,
|
||||
0xff, 0x10, 0x40, 0x00, 0x00, 0x02, 0xff, 0x03,
|
||||
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,
|
||||
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 MSP430F2616 */
|
||||
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