Other Parts Discussed in Thread: ADS1015, ADS112C04
Tool/software:
Hi,
I am using this chip, could anyone tell me what the driver is in the latest Linux kernel 6.10.2. Thank you!
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 Hans,
Unfortunately, there is no Linux Driver for the ADS122C04 available at the moment.
Best Regards,
Angel
Thanks for your reply. What is the most compatible 24-bit ADC driver that I can use, with minimum changes for ADS122C04?
Hi Hans,
The available example C code for the ADS122C04 is a decent starting place for anyone who wants to turn this into a Linux Driver.
It is available here: SBAC299 Support software | TI.com
Perhaps the ADS1015 Linux driver could be adapted: ADS1015SW-LINUX Driver or library | TI.com
Unfortunately there is not much Linux driver code for TI devices using I2C. Most of the devices listed are for SPI. The ADS112C04 is register and command based. The Linux driver used for the ti-ads124s08.c would be the most similar to operation aside from the communication protocol.
https://github.com/torvalds/linux/blob/master/drivers/iio/adc/ti-ads124s08.c
Best Regards,
Angel