FLASH_MDCTDC = 26,
FLASH_FARICH = 27,
FLASH_DIRICH5S = 28,
- FLASH_TOMCAT = 29
+ FLASH_TOMCAT = 29,
+ FLASH_FARICH_CONCENTRATOR = 30
} FlashType;
static const char FlashTypeStr[][32] = {
"TRB3sc",
"Dirich",
"DirichConcentrator",
+ "FarichConcentrator",
"Trb5sc",
"MDC OEP",
"MDC TDC",
case 0x9700:
flashParam->flashType = FLASH_DIRICH_CONCENTRATOR;
- flashParam->manId = 0x1720c2;
+ //flashParam->manId = 0x1720c2;
+ flashParam->manId = 0x1728c2;
strcpy(flashParam->allowedStringId[0], "dirich_co");
strcpy(flashParam->allowedStringId[1], "combiner");
flashParam->numPages = 32768;
int match = 0;
unsigned int j = 0;
+ fprintf(logFile, "Debug: HardwareId: 0x%04x on EndPoint 0x%04x\n",
+ hardwareId, trbBuffer[i] & 0xffff);
+
+
if (i == 0) {
if (setFlashParam(&flashParamRef, hardwareId) == -1) {
fprintf(logFile, "Error > initTransfer: "