Forum Discussion
Altera_Forum
Honored Contributor
9 years agoALTERA MAX 10 How to write custom ADC interface verilog code
Hello guys, I am new to FPGA though I have experience with verilog coding. I am working on a Project where I need to use the ADC of Max 10 at 1MSPS to measure an analog signal and send the b...
Altera_Forum
Honored Contributor
9 years ago --- Quote Start --- The full description of the board is: Max 10M50DAF484C6GES Its the same one you have given in the link. Yes I went through the schematic and the User guide for ADC. The schematic doesnt really show the ADC chips output pins only the analog input pins are mentioned. I guess its because its integrated by I dont understand that how will I send e.g. clock to the ADC without knowing the PIN. The user guide gives description about the ADC modular IP but doesnt provide much detail to understand the full working of the IP core to manipulate it. --- Quote End --- The documentation here would appear to provide all the info you need to use the ADC: https://www.altera.com/documentation/sam1393576011848.html#sam1393996851885 The ADC is a hard IP macro block, so Altera is not going to give you much low level detail of the innards of the block, but just describe the input and output pins of the block, and what you need to provide from your FPGA code.