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.

DAC3283EVM-SW: How to configure SPI registers w/o GUI offered by TI

Part Number: DAC3283EVM-SW
Other Parts Discussed in Thread: DAC3283EVM, DAC3283

Dear sirs,

We use DAC3283EVM board in our testbench. DAC_GUI tool proposed by TI is quite handsome and useful.It allows to save/restore configuration in/from txt file.

But when we wanted to automate our setup sequence we faced a problem...

The only option to configure DAC3283EVM board is to manually open the program click mouse ion 'load regs' button and manually choosing the config file...

Is there any way to run this GUI in noGUI mode (e.g. from shell CLI) providing a txt file as parameter to make possible run DAC3283 configuration from scripts?

I would not ask TI for the sources of that GUI , but could you support me providing API or smth to make possible automatic configuration by shell scripts?

I have already examined schematics and found how it can be programmed using FTDI lib USB->parallel interface <->chips on DAC3283EVM module. But it will require a lot of time to write/debug software just for simple loading configuration....