summaryrefslogtreecommitdiff
path: root/i2c/ltc2607/README
diff options
context:
space:
mode:
authorTeo Perisanu <Teo.Perisanu@analog.com>2020-03-19 09:50:27 +0200
committerUwe Hermann <uwe@hermann-uwe.de>2020-04-10 17:10:42 +0200
commitec019f6eabf968a9894b3028749aed1395276f4e (patch)
tree94dbc67ced98b0898d78fd6f5d0e2dc9ad4a8068 /i2c/ltc2607/README
parent34ecf301e7ed74c5ab530a01c867d04c8fb52b7d (diff)
downloadsigrok-dumps-ec019f6eabf968a9894b3028749aed1395276f4e.tar.gz
sigrok-dumps-ec019f6eabf968a9894b3028749aed1395276f4e.zip
Add dumps for LTC2607.
Signed-off-by: Teo Perisanu <Teo.Perisanu@analog.com>
Diffstat (limited to 'i2c/ltc2607/README')
-rw-r--r--i2c/ltc2607/README33
1 files changed, 33 insertions, 0 deletions
diff --git a/i2c/ltc2607/README b/i2c/ltc2607/README
new file mode 100644
index 0000000..73087d6
--- /dev/null
+++ b/i2c/ltc2607/README
@@ -0,0 +1,33 @@
+-------------------------------------------------------------------------------
+Linear Technology Corporation LTC2607
+-------------------------------------------------------------------------------
+
+This is a set of example captures of LTC2607 16-bit rail-to-rail DACs.
+
+Details:
+https://www.analog.com/media/en/technical-documentation/data-sheets/26071727fa.pdf
+
+
+Logic analyzer setup
+--------------------
+
+The logic analyzer used was ADALM2000 (at 500kHz):
+
+ Probe LTC2607
+ -------------------
+ 0 SCL
+ 1 SDA
+
+
+Probing
+-------
+
+The sigrok command line used was:
+
+ sigrok-cli -i - -I binary:numchannels=16:samplerate=500khz -C 0,1 -o <file>
+
+
+ltc2607_write_dac.sr
+--------------------
+
+m2kcli digital auto -c buffer_size=10000 nb_samples=5000000 format=binary | sigrok-cli -i - -I binary:numchannels=16:samplerate=500khz -o ltc2607_write_dac.sr -C 0,1