From: Teo Perisanu Date: Thu, 19 Mar 2020 07:50:27 +0000 (+0200) Subject: Add dumps for LTC2607. X-Git-Url: http://sigrok.org/gitweb/?p=sigrok-dumps.git;a=commitdiff_plain;h=ec019f6eabf968a9894b3028749aed1395276f4e Add dumps for LTC2607. Signed-off-by: Teo Perisanu --- diff --git a/i2c/ltc2607/README b/i2c/ltc2607/README new file mode 100644 index 0000000..73087d6 --- /dev/null +++ b/i2c/ltc2607/README @@ -0,0 +1,33 @@ +------------------------------------------------------------------------------- +Linear Technology Corporation LTC2607 +------------------------------------------------------------------------------- + +This is a set of example captures of LTC2607 16-bit rail-to-rail DACs. + +Details: +https://www.analog.com/media/en/technical-documentation/data-sheets/26071727fa.pdf + + +Logic analyzer setup +-------------------- + +The logic analyzer used was ADALM2000 (at 500kHz): + + Probe LTC2607 + ------------------- + 0 SCL + 1 SDA + + +Probing +------- + +The sigrok command line used was: + + sigrok-cli -i - -I binary:numchannels=16:samplerate=500khz -C 0,1 -o + + +ltc2607_write_dac.sr +-------------------- + +m2kcli digital auto -c buffer_size=10000 nb_samples=5000000 format=binary | sigrok-cli -i - -I binary:numchannels=16:samplerate=500khz -o ltc2607_write_dac.sr -C 0,1 diff --git a/i2c/ltc2607/ltc2607_write_dac.sr b/i2c/ltc2607/ltc2607_write_dac.sr new file mode 100644 index 0000000..46a8422 Binary files /dev/null and b/i2c/ltc2607/ltc2607_write_dac.sr differ