]> sigrok.org Git - sigrok-dumps.git/blame - spi/ltc2422/README
Add dumps for AD7920.
[sigrok-dumps.git] / spi / ltc2422 / README
CommitLineData
17e44038
TP
1-------------------------------------------------------------------------------
2Linear Technology Corporation LTC2422
3-------------------------------------------------------------------------------
4
5This is a set of example captures of an LTC2422 20-bit ADC.
6
7Details:
8https://www.analog.com/media/en/technical-documentation/data-sheets/24212f.pdf
9
10
11Logic analyzer setup
12--------------------
13
14The logic analyzer used was ADALM2000 (at 5MHz):
15
16 Probe LTC2422
17 -------------------
18 0 SKL
19 1 MISO
20 2 CS
21
22
23Probing
24-------
25
26The sigrok command line used was:
27
28 sigrok-cli -i - -I binary:numchannels=16:samplerate=5mhz -C 0-2 -o <file>
29
30
31ltc2422_read_adc.sr
32--------------------
33
34m2kcli 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