Added support for MSP430F5529.
This commit is contained in:
parent
dae8f2dc61
commit
0755f25d86
3
AUTHORS
3
AUTHORS
|
@ -16,3 +16,6 @@ Peter Jansen <pwjansen@yahoo.com>:
|
|||
* Support for MSP430F169.
|
||||
* Testing and analysis for Olimex MSP430-JTAG-TINY.
|
||||
* libusb driver for Olimex MSP430-JTAG-TINY.
|
||||
|
||||
Aurélien Gauducheau <aurelien.gauducheau@gmail.com>:
|
||||
* Testing and analysis for MSP430F5529.
|
||||
|
|
35
fet_db.c
35
fet_db.c
|
@ -326,6 +326,41 @@ static const struct fet_db_record fet_db[] = {
|
|||
0x00, 0x00
|
||||
}
|
||||
},
|
||||
{
|
||||
.name = "MSP430F5529",
|
||||
.msg28_data = {
|
||||
0x55, 0x29, 0x10, 0x10, 0x08, 0x0a, 0x68, 0xd9,
|
||||
0xb4, 0x46, 0x18, 0x00, 0x11, 0x00, 0xf8, 0xfe,
|
||||
0x00, 0x00
|
||||
/* extra bytes: 91 03 01 00 1a 00 04 05 */
|
||||
},
|
||||
.msg29_params = {0x00, 0x8b, 0x83},
|
||||
.msg29_data = {
|
||||
0x00, 0x44, 0xff, 0x43, 0x02, 0x00, 0x00, 0x18,
|
||||
0xff, 0x19, 0x80, 0x00, 0x00, 0x1c, 0xff, 0x43,
|
||||
0x00, 0x00, 0x00, 0x00, 0x08, 0x00, 0x07, 0x00,
|
||||
0x02, 0x00, 0x1f, 0x04, 0x00, 0x00, 0x00, 0x00,
|
||||
0x08, 0x07, 0x10, 0x0e, 0xc4, 0x09, 0x70, 0x17,
|
||||
0x58, 0x1b, 0x01, 0x00, 0x03, 0x00, 0x00, 0x00,
|
||||
0x00, 0x00, 0x00, 0x00, 0x01, 0x00, 0x01, 0x00,
|
||||
0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
|
||||
0x00, 0x00, 0x00, 0x00, 0xff, 0xff, 0xff, 0xff,
|
||||
0xff, 0xff
|
||||
},
|
||||
.msg2b_len = 0x4a,
|
||||
.msg2b_data = {
|
||||
0x00, 0x10, 0xff, 0x17, 0x00, 0x02, 0x02, 0x00,
|
||||
0x0a, 0x00, 0x20, 0x00, 0x0a, 0x91, 0x8e, 0x8f,
|
||||
0x9d, 0x40, 0x28, 0x29, 0x2a, 0x2b, 0x8a, 0xd8,
|
||||
0xa8, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x1c,
|
||||
0xff, 0x23, 0x01, 0x00, 0x01, 0x00, 0x01, 0x00,
|
||||
0x01, 0x00, 0x01, 0x00, 0x01, 0x00, 0x01, 0x00,
|
||||
0x01, 0x00, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00,
|
||||
0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
|
||||
0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
|
||||
0x00, 0x00
|
||||
}
|
||||
},
|
||||
{
|
||||
.name = "CC430F6137",
|
||||
.msg28_data = {
|
||||
|
|
Loading…
Reference in New Issue