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.
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?
Hi Maxim,
1)No, there is not another program or option.
2/3)Outside of developing python code to send and read SPI signals over the FTDI chip, the best way to program this use case is to load a .txt file. I have attached a .txt file for 20b bypass mode configuration in the correct format (which is register address, tab, register data).
4)Yes, FCLK is high during the previous sample and low during the current sample.
//Reg Data //2 wire bypass 0x00 0x01 0x00 0x00 0x07 0x4B 0x13 0x01 0x13 0x00 0x19 0x10 0x1B 0x40
Best regards,
Drew
Thank you Drew for your reply. One follow-up question: where in the ADC35XXEVM GUI program does it let me to load a text file in the format you've provided ( I assume you meant for me to use that program to talk to the ADC board over USB)? I see a "Load" button, but it prompts for a ".py" file type - not plain text. Is this the menu to load ".txt" files from as well? Thank you
Hi Maxim,
Yes, the Load Config button is where you would load the .txt file. To confirm if it is working, you can clear the log and then upload the file. If the log populates with writes, then it was read into the GUI.
Best regards,
Drew