]> sigrok.org Git - sigrok-dumps.git/blame - i2c/ltc2607/README
Add dumps for LTC2607.
[sigrok-dumps.git] / i2c / ltc2607 / README
CommitLineData
ec019f6e
TP
1-------------------------------------------------------------------------------
2Linear Technology Corporation LTC2607
3-------------------------------------------------------------------------------
4
5This is a set of example captures of LTC2607 16-bit rail-to-rail DACs.
6
7Details:
8https://www.analog.com/media/en/technical-documentation/data-sheets/26071727fa.pdf
9
10
11Logic analyzer setup
12--------------------
13
14The logic analyzer used was ADALM2000 (at 500kHz):
15
16 Probe LTC2607
17 -------------------
18 0 SCL
19 1 SDA
20
21
22Probing
23-------
24
25The sigrok command line used was:
26
27 sigrok-cli -i - -I binary:numchannels=16:samplerate=500khz -C 0,1 -o <file>
28
29
30ltc2607_write_dac.sr
31--------------------
32
33m2kcli 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