Forum Discussion
Altera_Forum
Honored Contributor
13 years ago --- Quote Start --- On most of the circuit diagrams I look at the RC network used to clock the ADC has the following value: C=150 pF and R=10 kohm. --- Quote End --- From the figure in the data sheet, the clock can be generated using an RC network, or you can just drive the clock pin directly from the CPLD. Personally I would drive it from the CPLD, so that you know the exact frequency. --- Quote Start --- I am using the matrix multimedia CPLD target board which has a 25 MHz crystal. --- Quote End --- Link? The ADC is a 5V part. I sure hope your CPLD is 5V tolerant ... --- Quote Start --- I have reduced the clock frequency to 625 KHz as read that is the most frequently speed used. I have followed the steps given on the data sheet for starting the conversion and reading the value. No success yet unfortunately. Does what I wrote see correct to you? --- Quote End --- Yes, it sounds fine. Capture some read/write traces ... you'll have to use an oscilloscope, since you are using a CPLD. If you were using an FPGA, you could use SignalTap. Alternatively, create a testbench and post Modelsim waveforms. Cheers, Dave