Corrected MSP430F2013 ID text.
This commit is contained in:
parent
ecdd05d786
commit
e3e33f2c0d
2
fet.c
2
fet.c
|
@ -496,6 +496,8 @@ static int do_identify(struct fet_device *dev, const char *force_id)
|
||||||
|
|
||||||
if (!r) {
|
if (!r) {
|
||||||
fprintf(stderr, "fet: unknown device\n");
|
fprintf(stderr, "fet: unknown device\n");
|
||||||
|
debug_hexdump("msg28_data:", dev->fet_reply.data,
|
||||||
|
dev->fet_reply.datalen);
|
||||||
return -1;
|
return -1;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
10
fet_db.c
10
fet_db.c
|
@ -350,15 +350,15 @@ static const struct fet_db_record fet_db[] = {
|
||||||
0x00, 0x00
|
0x00, 0x00
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
{ /* Copied from MSP430F2274 */
|
{
|
||||||
.name = "MSP430F2013",
|
.name = "MSP430F2013",
|
||||||
.msg28_data = {
|
.msg28_data = {
|
||||||
0xf2, 0x27, 0x40, 0x40, 0x00, 0x00, 0x00, 0x00,
|
0xf2, 0x01, 0x10, 0x40, 0x00, 0x00, 0x00, 0x00,
|
||||||
0x00, 0x00, 0x02, 0x01, 0x01, 0x04, 0xb1, 0x62,
|
0x00, 0x00, 0x00, 0x00, 0x01, 0x03, 0x00, 0x00,
|
||||||
0x80, 0x00
|
0x00, 0x00
|
||||||
},
|
},
|
||||||
.msg29_params = {0x00, 0x39, 0x31},
|
.msg29_params = {0x00, 0x39, 0x31},
|
||||||
.msg29_data = {
|
.msg29_data = { /* Copied from MSP430F2274 */
|
||||||
0x00, 0x80, 0xff, 0xff, 0x00, 0x00, 0x00, 0x10,
|
0x00, 0x80, 0xff, 0xff, 0x00, 0x00, 0x00, 0x10,
|
||||||
0xff, 0x10, 0x40, 0x00, 0x00, 0x02, 0xff, 0x05,
|
0xff, 0x10, 0x40, 0x00, 0x00, 0x02, 0xff, 0x05,
|
||||||
0x00, 0x00, 0x00, 0x00, 0x02, 0x00, 0x01, 0x00,
|
0x00, 0x00, 0x00, 0x00, 0x02, 0x00, 0x01, 0x00,
|
||||||
|
|
Loading…
Reference in New Issue