I have two questions regarding the ADS52J90 startup sequence:
- What is the consequence of the startup power rail ramp sequence not being strictly followed? That is, if the 1.2DVDD, 1.8DVDD, and 1.8AVDD all are set to the right voltage, but don't follow the ramp pattern shown in Figure 95 of the datasheet, will the ADC be damaged? Will the ADC not be damaged, but also not function properly unless the power rails are ramped up correctly? Or is the only downside to not following the ramp sequence that the ADC lifetime is reduced?
- Are there any other SPI registers that *need* to be written to other than 0x0A to start the ADC into a test pattern generation mode? Currently I am following the startup sequence exactly (with the exception of the power rails) in Figure 95, with the sampling clock turning on, then a 10 ms HW reset pulse, then the SPI initialization, then a 10 ms TX_TRIG pulse, but all that happens is that the DCLK pin toggles while FCLK and DATA pairs are inactive. The registers I write to, in order, are:
- 0Ah - Write 3000h to initialize ADC
- 02h - set to 4100h to set PAT_MODES[2:0] and PAT_MODES_FCLK[2:0] to 010 -> deskew pattern
- 03h - set to all zeroes to select 12 bit mode, disable digital offset and gain compensation
- 04h - set to all zeroes to select 12 bit serialization, all LVDS channels sharing same test pattern
- 01h - set to all zeroes to disable JESD, enable LVDS, choose 32 channel mode
- Is there a specific order to the SPI transactions needed? Des the 0Ah register write need to come after the SPI initialization?