AD4134
Recommended for New Designs
The AD4134 is a quad channel, low noise, simultaneous sampling, precision analog-to-digital converter (ADC) that delivers on functionality, performance...
Datasheet
AD4134 on Analog.com
AD7134
Not Recommended for New Designs
The AD7134 is a quad channel, low noise, simultaneous sampling, precision analog-to-digital converter (ADC) that delivers on functionality, performance...
Datasheet
AD7134 on Analog.com
I have an i.MX8MP VAR SOM with an NXP processor, and I’m considering running the AD4134 driver on this SoC. My questions are:
Can the AD4134 driver, whether for an OS or non-OS environment, be successfully run on this SoC without the need for an FPGA?
Is it possible to modify an existing OS or non-OS driver to work on this SoC, and achieve successful operation?
Additionally, how can I achieve the maximum sample rate (SPS) for the AD4134 ADC on this setup?
Hello,
We apologize for the delay in our response.
The ad4134 linux driver requires spi-engine support https://github.com/analogdevicesinc/linux/blob/main/drivers/iio/adc/ad4134.c#L452-L455 , which means you would not be able to run it on a standard SoC. You could attempt to modify the existing driver to bypass the spi-engine and run on basic SPI but this will most likely affect the data rates.
If you intend to use it with an FPGA, we provide hdl support for the ad4134-fmc - https://github.com/analogdevicesinc/hdl/tree/main/projects/ad4134_fmc .
Best Regards,
Ramona