Tool/software:
I am trying to interface THS1206 with AMD artix 7 FPGA.
The ADC is configured for two channel in diffrential mode. When I am trying to run in Auto Scan mode by setting CR0 as 0c8h, the ADC data_av line is always keeping high.
The initialization process Followed are :
1) write CR1 401h.
2) write CR1 400h
3.) write CR1 402h (for fifo reset).
4.) write CR0 0c8h,
5.) write CR1 410h.
where as for the same sequence if I am writing in step 4 as 020h or 028h (individual channels in diffrential mode) , the data_av line is toggling as required, and able to see output.
What wrong am I doing here?
where as