Part Number: ADC108S102 Tool/software: Our company controller outputs SCLK and inputs it to the ADC108S102.
Refer to FIGURE 2. ADC108S102 Serial Timing Diagram in Datasheet of ADC108S102. It seems to latch DIN at the rising edge and output DOUT at the…
Part Number: ADC108S022 Other Parts Discussed in Thread: ADC108S102 I am using ADC108S022CIMTX/NOPB. We are considering using ADC108S102CIMT/NOPB because we are running out of parts. Among the electrical characteristics of the 102 model, there is a value…
Part Number: ADC108S102 After using TI recommended driver for ADC108S102, it seems once chip select goes low to select the SPI slave device(ADC), it nevers gets deasserted!
I wish CS goes low in beginning of transaction and must become High again at…
Part Number: ADC108S102 Other Parts Discussed in Thread: ADC108S052 , ADC108S022 , Is it correct to interpret that ADC108S102 and ADC108S052 are upward compatible with ADC108S022?
I read the data sheet.
I read that these differences are only different in…
Hi Jun,
Thanks for your question. We do not have a linux driver for that device. I found these Linux drivers for similar devices that may serve as examples:
ADC108S102
ADC128S052
Best,
Samiha
Customer have managed to integrate the driver for TI ADC108S102 given in below git repo:
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/tree/drivers/iio/adc/ti-adc108s102.c
But while trying to set up for trigger buffer it fails:
…
Hi Noufal,
I made a search but I am not able to find ADC102S051 linux driver in latest AM57x PSDK Linux v5.03. What I can suggest you is to explore the differences between ADC108S102 and ADC102S051, then adjust and reuse the ADC108S102 driver per your…