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
  • It is best to always press "reply" on the last post in a thread, or it will soon be impossible to read the thread - this forum can not display a thread as a tree of posts.

    can I find some simple option of a Low noise ADC (communicating through SPI) which is not as erratic as this one.

    I am pretty sure that the ADC you are using is not erratic. I am pretty sure that you are doing something wrong. You have an oscilloscope. Have you checked that the signals from the fpga to the ADC looks reasonable when you try to access it? Have you checked that the timing is correct, so you don't try to communicate too fast?

    The data sheet for the ADC contains information about timing and sequence for the different signals when you read from and write to the ADC. There is no use to continue with other work, until you have verified that you are not violating the requirements specified in the data sheet.

Reply
  • It is best to always press "reply" on the last post in a thread, or it will soon be impossible to read the thread - this forum can not display a thread as a tree of posts.

    can I find some simple option of a Low noise ADC (communicating through SPI) which is not as erratic as this one.

    I am pretty sure that the ADC you are using is not erratic. I am pretty sure that you are doing something wrong. You have an oscilloscope. Have you checked that the signals from the fpga to the ADC looks reasonable when you try to access it? Have you checked that the timing is correct, so you don't try to communicate too fast?

    The data sheet for the ADC contains information about timing and sequence for the different signals when you read from and write to the ADC. There is no use to continue with other work, until you have verified that you are not violating the requirements specified in the data sheet.

Children