This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

ADS54J60: ADS54J60 configuration issue

Part Number: ADS54J60

Hello

I am trying to access JESD bank 0x6800 , 0x6900, 0x6A00. But I am unable to readback from the registers mentioned in these. Device clock of 200 MHz and continuous Sysref of 3.125 MHz is applied and I am giving hardware reset also after power up and digital reset also.

I am able to do write read in Analog Bank

Following are the register access commands 

NOTE - adc_jesd_write is write function for spi write and adc_jesd_read is read function for spi read.

adc_jesd_write   0x0000 0x81

adc_jesd_write   0x4001 0x00

adc_jesd_write   0x4002 0x00

adc_jesd_write 0x4003 0x00
adc_jesd_write 0x4004 0x68

adc_jesd_write   0x60F7 0x01

adc_jesd_write 0x6000 0x01
adc_jesd_write 0x6000 0x00

adc_jesd_write   0x0011 0x80

adc_jesd_write 0x0059 0x20
adc_jesd_read 0x0059                         ----   THIS WORKS FINE

adc_jesd_write 0x4003 0x00
adc_jesd_write 0x4004 0x69

adc_jesd_write 0x6000 0x80
adc_jesd_read 0x6000                        ----   THIS DOESN'T WORK

adc_jesd_read 0x6001                       -----   THIS DOESN'T WORK

KIndly help to resolve this issue.

Regards

Shashank