diff options
author | Teo Perisanu <Teo.Perisanu@analog.com> | 2020-03-19 09:50:55 +0200 |
---|---|---|
committer | Uwe Hermann <uwe@hermann-uwe.de> | 2020-04-10 17:10:42 +0200 |
commit | 2cbf60a5c5d27f6aac010de1ee13ac813e2c64be (patch) | |
tree | 4e68b8a0d427d1efbb9031f94396ca690fdeaef9 /spi/ad5626/README | |
parent | 17e44038d7d164660480d1c7c5ba86987a39d4f3 (diff) | |
download | sigrok-dumps-2cbf60a5c5d27f6aac010de1ee13ac813e2c64be.tar.gz sigrok-dumps-2cbf60a5c5d27f6aac010de1ee13ac813e2c64be.zip |
Add dumps for AD5626.
Signed-off-by: Teo Perisanu <Teo.Perisanu@analog.com>
Diffstat (limited to 'spi/ad5626/README')
-rw-r--r-- | spi/ad5626/README | 34 |
1 files changed, 34 insertions, 0 deletions
diff --git a/spi/ad5626/README b/spi/ad5626/README new file mode 100644 index 0000000..f439c8c --- /dev/null +++ b/spi/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 CLK + 1 MOSI + 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 |