Forum Discussion
Altera_Forum
Honored Contributor
9 years agoHow do access the converted MAX 10 ADC results?
Hi, I'm really new to the whole FPGA world and try to evaluate the MAX10 ADC as part of my thesis, but whatever I do I can't get it to work as I think it should. What I'm trying to do is, ...
Altera_Forum
Honored Contributor
9 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.