summaryrefslogtreecommitdiff
path: root/decoders/eeprom24xx
diff options
context:
space:
mode:
Diffstat (limited to 'decoders/eeprom24xx')
-rw-r--r--decoders/eeprom24xx/lists.py10
1 files changed, 10 insertions, 0 deletions
diff --git a/decoders/eeprom24xx/lists.py b/decoders/eeprom24xx/lists.py
index c6ee63d..a66cb19 100644
--- a/decoders/eeprom24xx/lists.py
+++ b/decoders/eeprom24xx/lists.py
@@ -189,6 +189,16 @@ chips = {
'addr_pins': 3, # Called E0, E1, E2 on this chip.
'max_speed': 400,
},
+ 'st_m24c32': {
+ 'vendor': 'ST',
+ 'model': 'M24C32',
+ 'size': 4 * 1024,
+ 'page_size': 32,
+ 'page_wraparound': True,
+ 'addr_bytes': 2,
+ 'addr_pins': 3, # Called E0, E1, E2 on this chip.
+ 'max_speed': 1000,
+ },
# Xicor
'xicor_x24c02': {