Tool/software:
We are trying to write to ADS52J90. Following datasheet guidelines for SPI write and read, checked set up and hold conditions on oscilloscope.
Following commands are written in sequence
1) Reset ADC 0 >> 1 >> 0
2) Write 0x3000 to address 0x0A ( to Initialize the chip)

3) Write 0x0060 to address 0x01 (to enable JESD)

4) Write 0x0002 to address 0x00 (Enable SPI Read)

5) Read from address 0x00 . This readback always gives 0xFFFF i.e. MOSI always remains high. In simulation, we had hold MISO to '1' Hence it shows 0xFFFF for the sake of demonstration.

We made sure that the ADC has 60 Mhz System clock before reset step 1) . PDN_GLOBAL = 0V, PDN_FAST = 0V and SPI_DIG_EN = 1.8V We never had chance to work with evaluation board of ADS52J90.
SPI clock around 32 Khz.
Thanks,
Trushal