Sequence of setup writes. Below is from the LMF_8224.cgf file:
Does the statement "0x690000 0x81 // set CTRL K " directly write to 0x690000 regardless of the setting of general register 4 (data sheet page 43)? If so, why do we need general register 4 ? Is "ADS54Jxx_DIGITAL" a command to the config downloader? If so, why don't we have "ADSjxx_JESD_Digital" for the 0x690000 writes?
Thanks , John Reyland
LMK04828
0x10F 0x66 //Enable SYSREF to ADC
ADS54Jxx_ANALOG
0x0000 0x81 // LMF = 8224
0x0011 0x80
0x0059 0x20 // always write 1 to bit 5
ADS54Jxx_DIGITAL
0x6800f7 0x01 // digital reset
0x680000 0x01 // reset digital
0x680000 0x00 // clear reset this pulse must be the last write to main digital 0x680000
0x690000 0x81 // set CTRL K
0x690001 0x01 // JESD Mode (bits 2-0),20X mode, 4 lanes per ADC
0x690006 0x13 // set K to 20
LMK04828
0x10F 0x06 //Disable SYSREF to ADC