This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

ADS1256: No clock signal Input on ADS1256 XTAL pin.

Part Number: ADS1256

Hello Everyone,


I am trying to interface ADS1256 high precision waveshare board with Teensy 3.6. I do not see any clock input signal clock on ADS1256 IC through crystal. I checked it on Oscilloscope by only giving 5v supply to the board.  is it due to crystal is not working? its my thought.


How do I figure out the actual problem? I am not able to resolve it. Please let me know the possible solution? 

How do I check that XTAL is getting supply?

Thank you
Anurag

  • Hi Anurag,

    Welcome to the TI E2E Forums!

    Are you using the ADS1256EVM in conjunction with your waveshare board, or do you have a custom-made PCB for the ADS1256? If you're using a custom PCB, would you be able to share a schematic?

    The ADS1256 does not have any internal clock generation circuitry, so it requires either an external crystal or clock source. Figure 22 in the ADS1256 datasheet shows an example connection to a crystal. For a full schematic example, you could also reference the schematic of the ADS1256EVM-PDK, near the end of the User's Guide (link: http://www.ti.com/lit/pdf/sbau090).

    ...Once you have a clock provided to the ADC, and the GPIO pins for /RESET and /PWDN are set high, you ought to see a periodic pulse on the /DRDY pin; that will tell you that the ADC is actively converting. The next step after that would be to try to read and write to the device registers to ensure your SPI communication is working.

    Best regards,
    Chris

  • Hi Chris,

    I would like to thank you for your reply. Actually I am using an High precision AD/DA waveshare board with teensy. It has one 7.68 MHz crystal connected to Xtal pin on  ADS1256 IC. 

    Actually I just gave supply to the ADS1256 board through teensy (5 Volt) and checked signal on the IC pin using oscilloscope but I did not see any visible signal on the screen. 

    I will try top check it with again programming the device.

    Thank you 

    Anurag

  • hi chris,

    I got the clock siganal on the IC . After setting PWDN and RESET Pin high on the board.

    Thank yhou for the solution.

    Anurag