Hello,
I understand that there is no linux driver for ad5724.
I also don't find any linux driver for similar device from the same family (AD5724/AD5734/AD5754)
Is there any idea how (and if) we can use ad5724 with Linux ?
Thank you,
ranran
You can adapt a driver from the AD5764 driver. They look similar, but it needs testing.
There are plenty of DAC drivers that are similar to AD5724 in one way or another; from a quick look AD5764 looks…
The easiest way, is to open a PR here: github.com/.../linux
We can review the driver there if you'd like
Hi,
Right now there is no Linux driver for this family of DACs. You could pick another DAC that has a Linux driver from this list:
https://wiki.analog.com/resources/tools-software/linux-drivers-all#iio_-_digital_to_analog_converters
Regards,
Mircea
Thanks,
But it seems we must use only this device.
Can you recommend us porting some driver for use with this device ?
Maybe AD5764 can be used with this device ?
Thank you
There are plenty of DAC drivers that are similar to AD5724 in one way or another; from a quick look AD5764 looks good enough to start from [as Mircea suggested].
Thank you very much for the important suggestions!
I will try and keep update here later if it works. Thanks !