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.

ADS1118: ADS1118 Linux Driver

Part Number: ADS1118
Other Parts Discussed in Thread: ADS124S08

Hi,

I'm looking for a ADS1118 Linux driver. I think that probably one of the existing linux TI-ADC drivers located at linux/drivers/iio/adc could be used to handle the communications with this device but I'm not completely sure.

Could you help me? Any implemented driver at linux kernel could be used to operate with the ADS1118?

Kind Regards,

Raúl Lozano

  • Hi Raúl,

    There is no specific TI Linux driver available for the ADS1118.  There is ADS1118 example 'C' code that may be helpful.  As to the available drivers, I am not all that familiar with the SPI drivers except the ADS124S08.  I would take a look at that driver and try to simplify for the ADS1118.  There are other SPI devices that are also shown in the folder you mentioned, but you need to check to see which ones may be SPI and which may be I2C.

    Best regards,

    Bob B

  • Hi Bob,

    Thank you for the information provided. My intention was to use an existing code to avoid a new developing task. By the way, I’m going to check the ADS124S08 linux driver.

    Regards,

    Raúl Lozano