Hi Guys,
Would you please help to share the AD9094 configuration source file(like register file) of AD-FMCLIDAR1-EBZ? I need it to debug AD9094 mannually. Thanks.
AD9094
Recommended for New Designs
The AD9094 is an 8-bit, 1 GSPS, quad analog-to-digital converter (ADC). The device has an on-chip buffer and a sample-and-hold circuit designed for low...
Datasheet
AD9094 on Analog.com
Hi Guys,
Would you please help to share the AD9094 configuration source file(like register file) of AD-FMCLIDAR1-EBZ? I need it to debug AD9094 mannually. Thanks.
The AD9094 register settings are defined in the Linux driver, which can be found here: https://github.com/analogdevicesinc/linux/blob/master/drivers/iio/adc/ad9680.c
Look in the code for the AD9694 settings, which are exactly the same as for AD9094: https://github.com/analogdevicesinc/linux/blob/master/drivers/iio/adc/ad9680.c#L1183
Thanks a lot for you support. BTW, what is #include "cf_axi_adc.h" in driver used for?
The ADC has an associated HDL core that implements the communications and data interface with the ADC. The cf_axi_adc.h file defines the registers and the API for the ADC HDL core.
See this page for more information: wiki.analog.com/.../axi-adc-hdl
Answered.