Forum Discussion
Altera_Forum
Honored Contributor
8 years agoDid you ever get this problem solved? I am trying to do the same thing and the available documentation is not getting me there. I want to control the ADC and access the data with my custom verilog files. I have the ADC in my schematic, connected to 10 MHz clock from PLL c0. I am trying to start the ADC by writing to the sequencer control register (setting bit 0 high), then trying to read the results from the address store registers. I'm getting nothing; not sure if I'm doing it right. I'm assuming that the read & write lines are active high, and the clk line requires a pulse to latch the commands and results. Thanks.