summaryrefslogtreecommitdiff
path: root/dac
diff options
context:
space:
mode:
authorUwe Hermann <uwe@hermann-uwe.de>2020-04-11 00:24:01 +0200
committerUwe Hermann <uwe@hermann-uwe.de>2020-04-11 00:25:55 +0200
commitbc89175243861e14e21faa5d57f9986baf4019d8 (patch)
treeb3c61cbdeaa6dc1583e13c51732b916fc0bffd06 /dac
parent7ca0b793c7b32d94e78ba2ba7f8800843d24a207 (diff)
downloadsigrok-dumps-bc89175243861e14e21faa5d57f9986baf4019d8.tar.gz
sigrok-dumps-bc89175243861e14e21faa5d57f9986baf4019d8.zip
ad5626: Move into the "dac" subdirectory.
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.
Diffstat (limited to 'dac')
-rw-r--r--dac/ad5626/README34
-rw-r--r--dac/ad5626/ad5626_write_dac.srbin0 -> 11379 bytes
2 files changed, 34 insertions, 0 deletions
diff --git a/dac/ad5626/README b/dac/ad5626/README
new file mode 100644
index 0000000..32d18da
--- /dev/null
+++ b/dac/ad5626/README
@@ -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
index 0000000..dd8a8b5
--- /dev/null
+++ b/dac/ad5626/ad5626_write_dac.sr
Binary files differ