Hello!
Our hardware setup consists of AD9081-FMCA-EBZ with ZCU102, configuring both ADC and DAC at 1550MSPS.
Previously, we worked with AD9082-FMCA-EBZ & ZCU102 setup with the same configuration and it works fine. Now same SDK files are used for AD9081_ZCU102 setup.
When we try to initialize the setup, app_clock_init() and app_jesd_init() are done successfully. But in case of ad9081_init(), we are facing this error as shown in below figure.
We are unable to set the register value and read it back and we are stuck at this point.
LEDs status:
V1P0_L OFF
VINT_L ON (green)
VINT0_L ON (green)
VINT1_L ON (green)
D1P0V_l ON (green)
HMC_STATUS ON (RED)
IRQB0 OFF
IRQB1 OFF
V1P0 LED is in OFF state and HMC_STATUS LED turned on in RED. Is this somehow related to the issue we are facing with AD9081?
According to our understanding from ADI no-OS, there is no major difference between AD9082 and AD9081 SDK configuration. Can you please tell me if our assumption is right?
Thanks!