This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

ADC1256 not responding

< I am using 8 ADS1256 adc's in a board and through FPGA reading the output to microcontroller on multiplexing basis

but whatever command I give ADC gives output as 00 even no data is coming on DOUT pin.

even I am not able to read configuration registers
> <please give some hints to solve this problem>

Parents
  • Wrong values are read from the chip because we are seeing the output signal coming from ADC output pin on the oscilloscope.
    Input to the ADC is given correctly which we have seen on the oscilloscope with
    120ns setup time
    and 127ns hold time.

    one more thing we have noticed is that on power up even when CLKIN is high and no other pin is having any other clock but still the D0/CLKOUT pin shows a clock of 16MHz clock, which is same as the system clock present for the microcontroller.

    DRDY period doesn't changes according to the data rate,
    sometimes it changes and sometimes it doesn't.
    for example when we made data rate as 30Ksps and 15 ksps the DRDY period was same that was 60us.
    and when we changed it to 1 KSPS DRDY period changed.
    Clock input I am giving as 4.2 MHz.

    Can it be possible because of not providing proper ESD protection the chip got damaged?

Reply
  • Wrong values are read from the chip because we are seeing the output signal coming from ADC output pin on the oscilloscope.
    Input to the ADC is given correctly which we have seen on the oscilloscope with
    120ns setup time
    and 127ns hold time.

    one more thing we have noticed is that on power up even when CLKIN is high and no other pin is having any other clock but still the D0/CLKOUT pin shows a clock of 16MHz clock, which is same as the system clock present for the microcontroller.

    DRDY period doesn't changes according to the data rate,
    sometimes it changes and sometimes it doesn't.
    for example when we made data rate as 30Ksps and 15 ksps the DRDY period was same that was 60us.
    and when we changed it to 1 KSPS DRDY period changed.
    Clock input I am giving as 4.2 MHz.

    Can it be possible because of not providing proper ESD protection the chip got damaged?

Children