From 397ec00dae6800d733f0efbbf430a6f8c0bed000 Mon Sep 17 00:00:00 2001 From: Thomas Hebb Date: Mon, 13 Jul 2020 15:56:40 +0200 Subject: [PATCH] eeprom24xx: Add ST M24C32 --- 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 @@ 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': { -- 2.30.2