From: Thomas Hebb Date: Mon, 13 Jul 2020 13:56:40 +0000 (+0200) Subject: eeprom24xx: Add ST M24C32 X-Git-Url: https://sigrok.org/gitweb/?p=libsigrokdecode.git;a=commitdiff_plain;h=397ec00dae6800d733f0efbbf430a6f8c0bed000;ds=sidebyside eeprom24xx: Add ST M24C32 --- 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': {