diff options
author | Teo Perisanu <Teo.Perisanu@analog.com> | 2020-03-19 09:50:41 +0200 |
---|---|---|
committer | Uwe Hermann <uwe@hermann-uwe.de> | 2020-04-10 17:10:42 +0200 |
commit | 17e44038d7d164660480d1c7c5ba86987a39d4f3 (patch) | |
tree | 23491bb8e344e1eed2463cbeaa191c81f3bec03a /spi/ltc2422 | |
parent | ec019f6eabf968a9894b3028749aed1395276f4e (diff) | |
download | sigrok-dumps-17e44038d7d164660480d1c7c5ba86987a39d4f3.tar.gz sigrok-dumps-17e44038d7d164660480d1c7c5ba86987a39d4f3.zip |
Add dumps for LTC2422.
Signed-off-by: Teo Perisanu <Teo.Perisanu@analog.com>
Diffstat (limited to 'spi/ltc2422')
-rw-r--r-- | spi/ltc2422/README | 34 | ||||
-rw-r--r-- | spi/ltc2422/ltc2422_read_adc.sr | bin | 0 -> 21196 bytes |
2 files changed, 34 insertions, 0 deletions
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 <file> + + +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 Binary files differnew file mode 100644 index 0000000..486e0e6 --- /dev/null +++ b/spi/ltc2422/ltc2422_read_adc.sr |