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.

ADS8688EVM-PDK: Need to verify Interface

Part Number: ADS8688EVM-PDK
Other Parts Discussed in Thread: ADS8688

Tool/software:

Dear Team,

I need your help. For interfacing my Controller board to ADS8688EVK-PDK board. Is it possible to Capture ADC data in ADS8688EVK-PDK board and sent to my controller board. if possible, how to Connect and receiver data in my board.

  • Part Number: ADS8688EVM-PDK

    Tool/software:

    Dear Team,

    I'm new from TI could you please help me to resolve my issue. I trying to capture ADC signal form ADS8688EVK-PDK board to STM32L4 IOT board. is it possible capture and receive data in STM32 board and how? 

  • Hi Sukumar,

    If you are you trying to run the ADS8688EVM-PDK from your IOT board, you would need to write the code necessary to communicate through the SPI port to the EVM.  There is a pin header (J4) that has access to all of the control lines (/CS, SDI, SDO, SCLK, etc) for the ADS8688 device.  There are test points where you can apply external power to the EVM (AVDD, DVDD and Ground) - you need to make sure your controller ground and the EVM grounds are connected together, and that they have the same DVDD supply. 

    You won't be able to run the GUI associated with the ADS8688EVM-PDK through your IOT board though.  You could I suppose set your board up as an SPI receiver (i.e. a slave device) and tap off the J4 header to capture data, but in the end you'll need to write your own code.  We do not have any example code to share with you that would run directly on your STM32 controller.