Info taken from https://www.st.com/resource/en/datasheet/m24c32-w.pdf.

Signed-off-by: Thomas Hebb <tommyh...@gmail.com>
---

 decoders/eeprom24xx/lists.py | 10 ++++++++++
 1 file changed, 10 insertions(+)

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 @@
         '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': {
-- 
2.27.0



_______________________________________________
sigrok-devel mailing list
sigrok-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/sigrok-devel

Reply via email to