This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
Hi all,
I'm using the ADS1219 I2C ADC on a project with a Xilinx Zynq SoC and Yocto.
I can't find an existing IIO driver in the latest release of the Linux Kernel:
https://elixir.bootlin.com/linux/latest/source/drivers/iio/adc
Is there a suitable IIO driver that I can use, please?
Failing that, is there a C driver library available that I could integrate into IIO?
Many thanks,
Adam
Hi Adam,
Unfortunately there was no Linux driver or example 'C' code written specific for the ADS1219. There is example 'C' code written for the ADS122C04 device which is a superset of the ADS1219. So perhaps this code would be helpful in developing a driver.
Best regards,
Bob B