From b7fab085d42bbdc1269d1fbaa5cc4ddd5edce307 Mon Sep 17 00:00:00 2001 From: Daniel Beer Date: Wed, 19 May 2010 12:30:21 +1200 Subject: [PATCH] Added MSP430F438A to FET database. --- fet_db.c | 36 ++++++++++++++++++++++++++++++++++++ 1 file changed, 36 insertions(+) diff --git a/fet_db.c b/fet_db.c index 22c3bbf..fd120b0 100644 --- a/fet_db.c +++ b/fet_db.c @@ -382,6 +382,42 @@ static const struct fet_db_record fet_db[] = { 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 } + }, + { + .name = "MSP430F5438A", + .msg28_data = { + 0x05, 0x80, 0x11, 0x11, 0x08, 0x0a, 0x85, 0x0f, + 0xb0, 0x46, 0x20, 0x00, 0x0c, 0x00, 0xf8, 0xfe, + 0x00, 0x00 + /* extra bytes: 0x91, 0x03, 0x01, 0x00, + * 0x1a, 0x00, 0x04, 0x05 + */ + }, + .msg29_params = {0x00, 0x8c, 0x84}, + .msg29_data = { + 0x00, 0x5c, 0xff, 0x5b, 0x04, 0x00, 0x00, 0x18, + 0xff, 0x19, 0x80, 0x00, 0x00, 0x1c, 0xff, 0x5b, + 0x00, 0x00, 0x00, 0x00, 0x08, 0x00, 0x07, 0x00, + 0x02, 0x00, 0x0f, 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_data = { + 0x00, 0x10, 0xff, 0x17, 0x00, 0x02, 0x02, 0x00, + 0x0a, 0x00, 0x40, 0x00, 0x0a, 0x91, 0x8e, 0x9d, + 0x00, 0x00, 0x28, 0x29, 0x2a, 0x2b, 0x8a, 0xd8, + 0x00, 0x00, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00, + 0x00, 0x00, 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 + } } };