Support for CC430F5133.
This commit is contained in:
parent
3b4989b179
commit
2e89e0b45d
3
AUTHORS
3
AUTHORS
|
@ -38,3 +38,6 @@ Sören Höckner <soeren.hoeckner@gmx.de>:
|
||||||
|
|
||||||
Andrew Armenia <andrew@asquaredlabs.com>:
|
Andrew Armenia <andrew@asquaredlabs.com>:
|
||||||
* flash-bsl driver.
|
* flash-bsl driver.
|
||||||
|
|
||||||
|
James Laird <james.laird@nicta.com.au>:
|
||||||
|
* Support for CC430F5133.
|
||||||
|
|
35
fet_db.c
35
fet_db.c
|
@ -536,6 +536,41 @@ static const struct fet_db_record fet_db[] = {
|
||||||
0x00, 0x00
|
0x00, 0x00
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
{ /* Copied from CC430F5137, with different ID information */
|
||||||
|
.name = "CC430F5133",
|
||||||
|
.msg28_data = {
|
||||||
|
0x51, 0x33, 0x11, 0x11, 0x08, 0x0a, 0xc6, 0x1b,
|
||||||
|
0xb0, 0x46, 0x20, 0x00, 0x1b, 0x00, 0xf8, 0xfe,
|
||||||
|
0x00, 0x00
|
||||||
|
/* extra: 91 01 11 00 1a 00 04 05 */
|
||||||
|
},
|
||||||
|
.msg29_params = {0x77, 0x6f, 0x4a},
|
||||||
|
.msg29_data = {
|
||||||
|
0x00, 0x80, 0xff, 0xff, 0x00, 0x00, 0x00, 0x18,
|
||||||
|
0xff, 0x19, 0x80, 0x00, 0x00, 0x1c, 0xff, 0x2b,
|
||||||
|
0x00, 0x00, 0x00, 0x00, 0x03, 0x00, 0x02, 0x00,
|
||||||
|
0x02, 0x00, 0x07, 0x24, 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, 0x01, 0x00,
|
||||||
|
0x04, 0x00, 0x40, 0x00, 0x0a, 0x91, 0x8e, 0x00,
|
||||||
|
0x00, 0xb0, 0x28, 0x29, 0x2a, 0x2b, 0x80, 0xd8,
|
||||||
|
0xa8, 0x60, 0x00, 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, 0x00, 0x00, 0x00, 0x00,
|
||||||
|
0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
|
||||||
|
0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
|
||||||
|
0x00, 0x00
|
||||||
|
}
|
||||||
|
},
|
||||||
{ /* Copied from CC430F6137, with different ID information */
|
{ /* Copied from CC430F6137, with different ID information */
|
||||||
.name = "CC430F5137",
|
.name = "CC430F5137",
|
||||||
.msg28_data = {
|
.msg28_data = {
|
||||||
|
|
Loading…
Reference in New Issue