Property:ROM type
Jump to navigation
Jump to search
Text value for the type of ROM/EEPROM/Flash chip. One of:
- None - no ROM chip is present
- 28-pin JEDEC - standard byte-wide 28-pin ROM/PROM
- 32-pin JEDEC - standard 32-pin EEPROM/flash chip
- PLCC32 - 32-pin PLCC flash chip
- TSOP40 - 40-pin TSOP package, usually flash memory
Add others to this list as needed - try to be as generic as possible, avoiding part names and using interface names instead.
{ "type": "PROPERTY_CONSTRAINT_SCHEMA", "constraints": { "type_constraint": "_txt", "allowed_values": [ "28-pin JEDEC", "32-pin JEDEC", "None", "TSOP40", "PLCC32" ] } }