Conversation
Update the attributes in ltc2672 Update test_ltc2672.py Update ltc2672_example.py Signed-off-by: Anush Shetty <[email protected]>
Add ltc2662 devices in ltc2672 Update supported_parts.md Signed-off-by: Anush Shetty <[email protected]>
|
@Shetty-Anush I don't think I've worked with this DAC directly, but I've been reviewing some recent pyadi-iio scripts that use legacy LTC DACS and came across this. Can you fill out the description and all of the various details - testing, documentation, etc? Given that your example is using serial backend, is this using SDP-K1 platform or ST Nucleo, and a no-OS tinyiiod server? If so, is this published to a public repo? If it's internal, best to hold off on this PR until made public. |
@thorenscientific , I am using SDP-K1 with no-OS tinyIIOD server and the IIO application code is already made public. The Linux team confirmed that this driver was not being used for their linux IIO driver. So, making changes to this python driver will not affect their work. |
|
The pyadi-iio is for customers, ideally the class and examples should work for both no-OS/tinyiiod and Linux. If there are any differences in implementation, then they should be handled cleanly, or at least well documented. It looks like the DC2903A-A should be able to connect to a Raspberry Pi with an PMD-RPI-INTZ, it should be a quick check. Do you have access to these? |
I believe it will not work in the Linux setup, based on what is described in the documentation -https://wiki.analog.com/resources/tools-software/linux-drivers/iio-dac/ltc2672. Unfortunately, I also do not have access to the hardware needed to verify this directly. |
Description
Please include a summary of the change and which issue is fixed. Please also include relevant motivation and context. List any dependencies that are required for this change.
Fixes # (issue)
Type of change
How has this been tested?
Test Configuration:
Checklist: