Added support for MSP430F449.

This commit is contained in:
Daniel Beer 2011-10-09 19:13:18 +13:00
parent 70b2c0fc4b
commit f230af2ce9
1 changed files with 35 additions and 0 deletions

View File

@ -1770,6 +1770,41 @@ static const struct fet_db_record fet_db[] = {
0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
0x00, 0x00, 0x00, 0x00
}
},
{ /* Captured from IAR */
.name = "MSP430F449",
.msg28_data = {
0xf4, 0x49, 0x01, 0x40, 0x00, 0x00, 0x00, 0x00,
0x00, 0x00, 0x01, 0x60, 0x01, 0x00, 0xf5, 0x69,
0x00, 0x00
/* extra: 89 00 00 00 00 00 00 00 */
},
.msg29_params = {0xe, 0xe, 0xd},
.msg29_data = {
0x00, 0x11, 0xFF, 0xFF, 0x00, 0x00, 0x00, 0x10,
0xFF, 0x10, 0x80, 0x00, 0x00, 0x02, 0xFF, 0x09,
0x00, 0x00, 0x00, 0x00, 0x08, 0x00, 0x03, 0x00,
0x02, 0x00, 0xD7, 0x60, 0x90, 0x00, 0xA4, 0x00,
0x08, 0x07, 0x10, 0x0E, 0xC4, 0x09, 0x70, 0x17,
0x58, 0x1B, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00,
0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
0x01, 0x00, 0x00, 0x00, 0xF3, 0xB0, 0xD3, 0xB0,
0xC0, 0x30
},
.msg2b_len = 0x4a,
.msg2b_data = {
0x00, 0x0C, 0xFF, 0x0F, 0x00, 0x02, 0x02, 0x00,
0x08, 0x00, 0x40, 0x00, 0x00, 0x00, 0x00, 0x00,
0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
0x00, 0x00, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00,
0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x01, 0x00,
0x01, 0x00, 0x00, 0x00, 0x01, 0x00, 0x01, 0x00,
0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x01, 0x00,
0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
0x00, 0x00
}
}
};