Other Parts Discussed in Thread: ADC3683
Tool/software:
I use the ADC eval board (ADC3683EVM).My plan had been to use the control program provided by TI (ADC35XXEVM GUI, as laid out in "sbau360.pdf" user guide). I require the use of the 20-bit 2-wire mode available on ADC3683. However, the control program only gives options 14, 16 and 18 bits. So, I have a couple of questions:
1) Is there another ready-to-use control program provided by TI (or a 3rd party) that gives access to the full range of features of ADC3683? Perhaps I can gain access to the source code of the program so we could ourselves add features that we need?
3) The GUI program provides an option to load a Python file, but there is no mention of this functionality in the user guide. I imagine this feature may allow a general control over the ADC functions, but I'd need to know the nature of the Python script the program accepts. For example, can it just be a list of "reg_write" and "reg_read" operations, and, if so, it would be nice to have the description of the python libraries available to the user and how to use them. There is also a "register read" and "register write" boxes. Can they be used to augment the settings not otherwise available through the GUI selection menus?