]> sigrok.org Git - sigrok-dumps.git/blame - spi/ad5626/README
ad5626: Fix pin names as per datasheet.
[sigrok-dumps.git] / spi / ad5626 / README
CommitLineData
2cbf60a5
TP
1-------------------------------------------------------------------------------
2Analog Devices AD5626
3-------------------------------------------------------------------------------
4
5This is a set of example captures of an Analog Devices AD5626 12-bit nanoDAC.
6
7Details:
8https://www.analog.com/media/en/technical-documentation/data-sheets/AD5626.pdf
9
10
11Logic analyzer setup
12--------------------
13
14The logic analyzer used was ADALM2000 (at 5MHz):
15
16 Probe AD5626
17 ------------------
7ca0b793
UH
18 0 SCLK
19 1 SDIN
2cbf60a5
TP
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
31ad5626_write_dac.sr
32-------------------
33
34m2kcli digital auto -c buffer_size=10000 nb_samples=5000000 format=binary | sigrok-cli -i - -I binary:numchannels=16:samplerate=5mhz -o ad5626_write_dac.sr -C 0-2