FLASH_TRB3_FPGA_4 = 18,
CBM_RICH_1 = 19,
- CBM_TOF_1 = 20
+ CBM_TOF_1 = 20,
+ FLASH_TRB3SC = 21
+
} FlashType;
static const char FlashTypeStr[][32] = {
"TRB3 FPGA 3",
"TRB3 FPGA 4",
"CBM RICH V1",
- "CBM TOF V1"
+ "CBM TOF V1",
+ "TRB3sc"
};
typedef struct {
strcpy(flashParam->allowedStringId[0], "cbmtof");
flashParam->numPages = 32768;
break;
+
+ case 0x9500:
+ flashParam->flashType = FLASH_TRB3SC;
+ flashParam->manId = 0x1720c2;
+ strcpy(flashParam->allowedStringId[0], "trb3sc");
+ flashParam->numPages = 32768;
+ break;
default:
return -1;