Other Parts Discussed in Thread: ADS9219,
Tool/software:
Hi, is it possible for TI to provide code for 6.4.4 Initialization Sequence section in the ADS9219 datasheet?
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:
Hi, is it possible for TI to provide code for 6.4.4 Initialization Sequence section in the ADS9219 datasheet?
Hello Andrei,
When using the ADS9219EVM, the initiation sequence is integrated and does not need to be implemented again. When directly communicating to the device, the table itself has the commands needed when following the Programming instructions in section 6.5. (follow each step by writing the value in the "Value[15:0]" column to the value in "Address" column in order of "Step Number")
We also have some sample FPGA code for the ADS92xx devices, which does not go into the initialization sequence. This is because once all devices in the ADS92xx family are released the initialization sequence will not be required and will be removed from the datasheet.
Best regards,
Yolanda
Ok to be more precise, I'm using ADS9219EVM with custom FPGA board (not TI), do I need to write init sequence or not?