Hello Li,
We don't have a driver directly for the ADS8698, but there is a driver available for the 16-bit ADS8688 which should be a strong starting point to work with the 18-bit ADS8698.
http://www.ti.com/tool/ADS8688SW-LINUX
Hello Daggupati
We do not have a sample code for ADS8694, however we have a driver example in C language for ADS8688 , which can be a reference for 18-bit version ADC, ADS8694.
http://www.ti.com/tool/ADS8688SW-LINUX
Regards,
Dale
Hello M.Prashanth,
There is one driver example in C language which was developed for ADS8688, also it can be used for ADS8688A which has more input ranges and an additional alarm feature.
http://www.ti.com/tool/ADS8688SW-LINUX
Regards,
Dale
Hello,
While we may not have exactly what you're looking for we have several things available to help you get going with the device. On the product folder you'll find links to a Linux driver, and the FW example project from a reference design the…
Hi Zoe,
Please find the c code from the link below:
https://www.ti.com/tool/ADS8688SW-LINU X
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/tree/drivers/iio/adc/ti-ads8688.c
Please let me know if you need any further support.
Best…
Hi JUNWON,
Please refer to the example code on TI.com:
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/tree/drivers/iio/adc/ti-ads8688.c
http://www.ti.com/tool/ads8688sw-linux
Thanks®ards,
Dale
Hi Roland Lawson,
There is an sample code in C language on TI.com, please refer to the "source Files" or "Linux Device Tree Documentation" from below web link:
www.ti.com/.../ads8688sw-linux
Please let me know if you need any further…
Bashid,
If you can switch to Arago Linux PSDK (link below) we can be in better help. The other linux distributions are supported by the beaglebone community.
software-dl.ti.com/.../index_FDS.html
Check also below link:
www.ti.com/.../ads8688sw-li…
Hi user5895002,
Yes, ADS8668's programmable 9 input ranges including bipolar and unipolar inputs are channel-independent, different channels can have different input ranges.
An example code can be found from either website link as below, it was developed…