]> sigrok.org Git - sigrok-dumps.git/commitdiff
Add dumps for LTC2422.
authorTeo Perisanu <redacted>
Thu, 19 Mar 2020 07:50:41 +0000 (09:50 +0200)
committerUwe Hermann <redacted>
Fri, 10 Apr 2020 15:10:42 +0000 (17:10 +0200)
Signed-off-by: Teo Perisanu <redacted>
spi/ltc2422/README [new file with mode: 0644]
spi/ltc2422/ltc2422_read_adc.sr [new file with mode: 0644]

diff --git a/spi/ltc2422/README b/spi/ltc2422/README
new file mode 100644 (file)
index 0000000..2861f05
--- /dev/null
@@ -0,0 +1,34 @@
+-------------------------------------------------------------------------------
+Linear Technology Corporation LTC2422
+-------------------------------------------------------------------------------
+
+This is a set of example captures of an LTC2422 20-bit ADC.
+
+Details:
+https://www.analog.com/media/en/technical-documentation/data-sheets/24212f.pdf
+
+
+Logic analyzer setup
+--------------------
+
+The logic analyzer used was ADALM2000 (at 5MHz):
+
+  Probe       LTC2422
+  -------------------
+  0           SKL
+  1           MISO
+  2           CS
+
+
+Probing
+-------
+
+The sigrok command line used was:
+
+  sigrok-cli -i - -I binary:numchannels=16:samplerate=5mhz -C 0-2 -o <file>
+
+
+ltc2422_read_adc.sr
+--------------------
+
+m2kcli digital auto -c buffer_size=10000 nb_samples=10000000 format=binary | sigrok-cli -i - -I binary:numchannels=16:samplerate=5mhz -o ltc2422_read_adc.sr -C 0-2
diff --git a/spi/ltc2422/ltc2422_read_adc.sr b/spi/ltc2422/ltc2422_read_adc.sr
new file mode 100644 (file)
index 0000000..486e0e6
Binary files /dev/null and b/spi/ltc2422/ltc2422_read_adc.sr differ