X-Git-Url: http://sigrok.org/gitweb/?a=blobdiff_plain;f=decoders%2Feeprom24xx%2Flists.py;h=a66cb19aa59ef71a0a4d9ea4c868171f681eca32;hb=1dfaf1e8a7df8e4cc251aeea4afb35cfa3fa219c;hp=c6ee63d519e672822a438a9823e7f6a47ad2b792;hpb=e8c72a33bf80922196ad4b5845d97ec524988fd9;p=libsigrokdecode.git 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': {