summaryrefslogtreecommitdiff
path: root/i2c
diff options
context:
space:
mode:
authorfenugrec <fenugrec@users.sourceforge.net>2017-03-22 19:44:39 -0400
committerUwe Hermann <uwe@hermann-uwe.de>2017-03-28 21:31:22 +0200
commit81aa7b559b306ab18e5840c951f71b829c9deea9 (patch)
tree74edc82a173bcfd9a4298aef3239815a19dad76f /i2c
parentdd7ef2917bf247cabc54ade790493d200e84ebe3 (diff)
downloadsigrok-dumps-81aa7b559b306ab18e5840c951f71b829c9deea9.tar.gz
sigrok-dumps-81aa7b559b306ab18e5840c951f71b829c9deea9.zip
eeprom_24xx: add sample Xicor X24C02 capture
Diffstat (limited to 'i2c')
-rw-r--r--i2c/eeprom_24xx/xicor_x24c02/README9
-rw-r--r--i2c/eeprom_24xx/xicor_x24c02/x24c02_dual.srbin0 -> 30315 bytes
2 files changed, 9 insertions, 0 deletions
diff --git a/i2c/eeprom_24xx/xicor_x24c02/README b/i2c/eeprom_24xx/xicor_x24c02/README
new file mode 100644
index 0000000..2baa60a
--- /dev/null
+++ b/i2c/eeprom_24xx/xicor_x24c02/README
@@ -0,0 +1,9 @@
+This is traffic captured off an internal I2C bus of a Tektronix TDS 744A
+oscilloscope.
+
+On this bus there are two X24C02 EEPROMs, mapped at addresses 0 and 1.
+
+The I2C decoder will show the shifted addresses as 0x50 and 0x51 respectively.
+
+The decoded traffic consists of some initial reads, some (failed) probes of an
+inexistant device at address 0x52, then two block reads of 248 and 192 bytes.
diff --git a/i2c/eeprom_24xx/xicor_x24c02/x24c02_dual.sr b/i2c/eeprom_24xx/xicor_x24c02/x24c02_dual.sr
new file mode 100644
index 0000000..f803987
--- /dev/null
+++ b/i2c/eeprom_24xx/xicor_x24c02/x24c02_dual.sr
Binary files differ