]> sigrok.org Git - libsigrokdecode.git/commitdiff
eeprom24xx: Add ST M24C32
authorThomas Hebb <redacted>
Mon, 13 Jul 2020 13:56:40 +0000 (15:56 +0200)
committerSoeren Apel <redacted>
Mon, 13 Jul 2020 13:56:40 +0000 (15:56 +0200)
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': {