From: Teo Perisanu Date: Thu, 19 Mar 2020 07:50:41 +0000 (+0200) Subject: Add dumps for LTC2422. X-Git-Url: https://sigrok.org/gitweb/?p=sigrok-dumps.git;a=commitdiff_plain;h=17e44038d7d164660480d1c7c5ba86987a39d4f3;hp=ec019f6eabf968a9894b3028749aed1395276f4e Add dumps for LTC2422. Signed-off-by: Teo Perisanu --- diff --git a/spi/ltc2422/README b/spi/ltc2422/README new file mode 100644 index 0000000..2861f05 --- /dev/null +++ b/spi/ltc2422/README @@ -0,0 +1,34 @@ +------------------------------------------------------------------------------- +Linear Technology Corporation LTC2422 +------------------------------------------------------------------------------- + +This is a set of example captures of an LTC2422 20-bit ADC. + +Details: +https://www.analog.com/media/en/technical-documentation/data-sheets/24212f.pdf + + +Logic analyzer setup +-------------------- + +The logic analyzer used was ADALM2000 (at 5MHz): + + Probe LTC2422 + ------------------- + 0 SKL + 1 MISO + 2 CS + + +Probing +------- + +The sigrok command line used was: + + sigrok-cli -i - -I binary:numchannels=16:samplerate=5mhz -C 0-2 -o + + +ltc2422_read_adc.sr +-------------------- + +m2kcli digital auto -c buffer_size=10000 nb_samples=10000000 format=binary | sigrok-cli -i - -I binary:numchannels=16:samplerate=5mhz -o ltc2422_read_adc.sr -C 0-2 diff --git a/spi/ltc2422/ltc2422_read_adc.sr b/spi/ltc2422/ltc2422_read_adc.sr new file mode 100644 index 0000000..486e0e6 Binary files /dev/null and b/spi/ltc2422/ltc2422_read_adc.sr differ