blob: 32d18da0dcbd9851d964a7db79d1bbdd2bd789c2 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
|
-------------------------------------------------------------------------------
Analog Devices AD5626
-------------------------------------------------------------------------------
This is a set of example captures of an Analog Devices AD5626 12-bit nanoDAC.
Details:
https://www.analog.com/media/en/technical-documentation/data-sheets/AD5626.pdf
Logic analyzer setup
--------------------
The logic analyzer used was ADALM2000 (at 5MHz):
Probe AD5626
------------------
0 SCLK
1 SDIN
2 CS#
Probing
-------
The sigrok command line used was:
sigrok-cli -i - -I binary:numchannels=16:samplerate=5mhz -C 0-2 -o <file>
ad5626_write_dac.sr
-------------------
m2kcli 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
|