Hi,
I am working on ADS1262 ADC interfaced to FPGA (XC7A75TFGG676-2L). The control registers are programmed as:
POWER_REG= 0x01, INTERFACE_REG=0x00, MODE0_REG= 0x00, MODE1_REG=0x60, MODE2_REG=0x0B, MUX_REG=0x12. And ADC clock = 7.3728 MHz from generated from FPGA.
After RESET_CMD (/CS enabled already) and waiting for sufficient amount of time (8 ADC clock cycles), I am sending the write command (24-bit) for writing the registers individually. After MUX_REG write I am setting START signal to 1 (not disabled after that) and waiting for /DRDY low pulse. Once after that I am reading (using READ_DIRECT method) the 32-bit by sending SCLK clock (=ADC clock/8 ~1MHz) pulses after every /DRDY low pulse. I am able to read the data output but I have 2 queries:
1. The noise free bits are 15 rather 18+. Why?
2. I am trying to calibrate by writing 24-bit value using write command (by sending 40 SCLK clock pulses (CMD + start_reg_addr + num_reg + calib_value = 3 + 5 + 8 + 24 = 40)) to calibration register, but ADC output is driven high not pulsating at all after write. Why?
Calibration procedure: Evaluate the 24-bit value, write to the register after reading 32-bit output and wait for /DRDY to go high and then wait for /DRDY low pulse and start reading as mentioned afore. During calibration START=1, /CS=0, SCLK=0.
Any help on finding the issue?
Thanks