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
  • The analog side of a 24bit ADC is far more likely to be damaged by ESD than the backend computer interface.

    If D0/CLKOUT/DRDY are signals that are expected to be driven by the ADC, have you made sure that it is infact the ADC that are driving them, so the FPGA doesn't do something weird?

    Without looking in your data sheet: Is DRDY a signal that should change based on the baudrate, or is it a signal that should change whenever a new sample has been converted and is possible to read? If the second, then the DRDY frequency should normally not be affected by the baudrate.

Reply
  • The analog side of a 24bit ADC is far more likely to be damaged by ESD than the backend computer interface.

    If D0/CLKOUT/DRDY are signals that are expected to be driven by the ADC, have you made sure that it is infact the ADC that are driving them, so the FPGA doesn't do something weird?

    Without looking in your data sheet: Is DRDY a signal that should change based on the baudrate, or is it a signal that should change whenever a new sample has been converted and is possible to read? If the second, then the DRDY frequency should normally not be affected by the baudrate.

Children