]> sigrok.org Git - sigrok-dumps.git/commitdiff
ad5626: Move into the "dac" subdirectory.
authorUwe Hermann <redacted>
Fri, 10 Apr 2020 22:24:01 +0000 (00:24 +0200)
committerUwe Hermann <redacted>
Fri, 10 Apr 2020 22:25:55 +0000 (00:25 +0200)
This is not technically SPI as such (just a sync/clocked protocol).
It's a custom DAC protocol with SCLK, SDIN, CS#, CLR#, and LDAC# pins.

dac/ad5626/README [new file with mode: 0644]
dac/ad5626/ad5626_write_dac.sr [new file with mode: 0644]
spi/ad5626/README [deleted file]
spi/ad5626/ad5626_write_dac.sr [deleted file]

diff --git a/dac/ad5626/README b/dac/ad5626/README
new file mode 100644 (file)
index 0000000..32d18da
--- /dev/null
@@ -0,0 +1,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
diff --git a/dac/ad5626/ad5626_write_dac.sr b/dac/ad5626/ad5626_write_dac.sr
new file mode 100644 (file)
index 0000000..dd8a8b5
Binary files /dev/null and b/dac/ad5626/ad5626_write_dac.sr differ
diff --git a/spi/ad5626/README b/spi/ad5626/README
deleted file mode 100644 (file)
index 32d18da..0000000
+++ /dev/null
@@ -1,34 +0,0 @@
--------------------------------------------------------------------------------
-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
diff --git a/spi/ad5626/ad5626_write_dac.sr b/spi/ad5626/ad5626_write_dac.sr
deleted file mode 100644 (file)
index dd8a8b5..0000000
Binary files a/spi/ad5626/ad5626_write_dac.sr and /dev/null differ