FLASH_MDCOEP = 25,
FLASH_MDCTDC = 26,
FLASH_FARICH = 27,
- FLASH_DIRICH5S = 28
+ FLASH_DIRICH5S = 28,
+ FLASH_TOMCAT = 29
} FlashType;
static const char FlashTypeStr[][32] = {
"MDC OEP",
"MDC TDC",
"Farich"
- "Dirich5s"
+ "Dirich5s",
+ "TOMcat"
};
typedef struct {
flashParam->numPages = 16384;
break;
+ case 0xa800:
+ flashParam->flashType = FLASH_TOMCAT;
+ flashParam->manId = 0x16609d;
+ strcpy(flashParam->allowedStringId[0], "tomcat");
+ flashParam->numPages = 32768;
+ break;
+
default:
return -1;
}