]> sigrok.org Git - sigrok-dumps.git/commitdiff
eeprom24xx: Add an ATtiny13 I²C example dump.
authorUwe Hermann <redacted>
Fri, 26 May 2017 20:22:59 +0000 (22:22 +0200)
committerUwe Hermann <redacted>
Fri, 26 May 2017 20:22:59 +0000 (22:22 +0200)
i2c/eeprom_24xx/attiny13_i2c/README [new file with mode: 0644]
i2c/eeprom_24xx/attiny13_i2c/braintechnology_usb_lps_powerup.sr [new file with mode: 0644]

diff --git a/i2c/eeprom_24xx/attiny13_i2c/README b/i2c/eeprom_24xx/attiny13_i2c/README
new file mode 100644 (file)
index 0000000..afdb957
--- /dev/null
@@ -0,0 +1,32 @@
+-------------------------------------------------------------------------------
+Atmel ATtiny13 I²C
+-------------------------------------------------------------------------------
+
+This is a set of example captures of the I²C traffic to/from the Atmel
+ATtiny13 chip and the Cypress FX2 in the Braintechnology USB-LPS device.
+
+Details:
+http://www.atmel.com/images/doc2535.pdf
+http://www.braintechnology.de/braintechnology/usb_lps.html
+
+
+Logic analyzer setup
+--------------------
+
+The logic analyzer used was a CWAV USBee SX (at 12MHz):
+
+  Probe       ATtiny13 pin
+  ------------------------
+  0 (black)   PB0
+  1 (brown)   PB1/SDA
+  2 (red)     PB2/SCL
+  3 (orange)  PB3
+  4 (yellow)  PB4
+  5 (green)   PB5
+
+
+Data
+----
+
+The data contains the power-up sequence when the USB cable is attached.
+
diff --git a/i2c/eeprom_24xx/attiny13_i2c/braintechnology_usb_lps_powerup.sr b/i2c/eeprom_24xx/attiny13_i2c/braintechnology_usb_lps_powerup.sr
new file mode 100644 (file)
index 0000000..ea6c11f
Binary files /dev/null and b/i2c/eeprom_24xx/attiny13_i2c/braintechnology_usb_lps_powerup.sr differ