Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add dumps for AD5593R decoder #46

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
46 changes: 46 additions & 0 deletions i2c/ad5593r/README
Original file line number Diff line number Diff line change
@@ -0,0 +1,46 @@
-------------------------------------------------------------------------------
Analog Devices AD5593R
-------------------------------------------------------------------------------

The Analog Devices AD5593R is a 12-bit ADC/DAC with 8 channels that
operates over an I2C interface.
The captures from this directory were taken from the I2C bus.

Details:
https://www.analog.com/media/en/technical-documentation/data-sheets/AD5593R.pdf



Logic analyzer setup
--------------------

The logic analyzer used was ADALM2000 (at 10MHz):

Probe AD5593R
--------------------
Pin 5 SDA
Pin 6 SCL



Probing
-------

Logic Analyzer config:
m2kcli digital auto --set sampling_frequency_in=10000000
m2kcli digital auto --set-channel channel=5 trigger_condition=falling_edge
m2kcli digital auto --set trigger_delay=-100

The sigrok command line used was:
sigrok-cli -i - -I binary:numchannels=16:samplerate=10mhz -C 5=sda,6=scl -o <file>



ad5593r_DAC_write.sr
--------------------
m2kcli digital auto -c buffer_size=5000000 nb_samples=5000000 format=binary | sigrok-cli -i - -I binary:numchannels=16:samplerate=10mhz -C 5=sda,6=scl -o ad5593r_DAC_write.sr


ad5593r_boot.sr
--------------------
m2kcli digital auto -c buffer_size=5000000 nb_samples=5000000 format=binary | sigrok-cli -i - -I binary:numchannels=16:samplerate=10mhz -C 5=sda,6=scl -o ad5593r_boot.sr
Binary file added i2c/ad5593r/ad5593r_DAC_write.sr
Binary file not shown.
Binary file added i2c/ad5593r/ad5593r_boot.sr
Binary file not shown.