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.

DAC60096EVM: Software spec for SDM-USB-DIG board?

Part Number: DAC60096EVM

I have a DAC60096EVM board with the SDM-USB-DIG interface which translates COM port communications through the USB port to the DAC chip SPI interface.

The supplied eval software application is not sufficient to satisfy my needs, and so I would like to write some python or labview code to implement by algorithms.  The hardware for the SDM-USB-DIG board is documented and I have that, but I need an API spec for how the COM port data is acted upon by the SDM board and translates commands and data into the SPI transfers.

Is there an API available for this board?

Thanks,

Greg

  • I am also very interested in this, any DLLs or other API spec would also be very appreciated.

    Thanks,
    XW
  • Hello everyone,

    Please checkout the folder : C:\Program Files (x86)\Texas Instruments\DAC60096 EVM\Shared Library\

    This dll can call the GUI to read and write registers.  You can also use the IDLE scripting tool in python to record actions in the GUI and as an example on how to use some of the DLL calls.

    Thanks!

    Paul