]> sigrok.org Git - libsigrokdecode.git/blobdiff - decoders/eeprom24xx/lists.py
eeprom24xx: Add ST M24C32
[libsigrokdecode.git] / decoders / eeprom24xx / lists.py
index c6ee63d519e672822a438a9823e7f6a47ad2b792..a66cb19aa59ef71a0a4d9ea4c868171f681eca32 100644 (file)
@@ -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': {