Trenz Electronic GmbH Support Forum

Community => MAX1000 community projects => Topic started by: ossmann@fh-aachen.de on October 26, 2018, 05:23:16 PM

Title: MAX10 ADC channel numbering
Post by: ossmann@fh-aachen.de on October 26, 2018, 05:23:16 PM
It seems that I have to use

channel No 02 in order to access J1-pin2 AIN0=ADC1IN8 FPGA pin E1
channel No 06 in order to access J1-pin3 AIN1=ADC1IN2 FPGA pin C2

Where is the correspondnce FPGA-pin / ADC channel number documented?
Title: Re: MAX10 ADC channel numbering
Post by: JH on October 31, 2018, 04:38:55 PM
Hi,
at the moment we have following documents:and the schematic:
br

John
Title: Re: MAX10 ADC channel numbering
Post by: philippe69 on January 26, 2021, 09:08:21 PM
Hello,
I have a correspondance channel ADC issue. Could you please help me ?

Even if i write a sequencer or i use the modular_ADC_core sequencer, the channels i use are changing with the IP bloc params.
It's my problem and i don't understand why.
Example :
Select 8 slots, affected to 8 channels : slot1 to ch1.... slot 8 to ch8.
But I have AIN1 to ch3, AIN2 to CH6 and so on !!

I wrote a avalon Master sequencer in SpeedTest Sequenceur\avalon_ADC\avalon_ADC.v
The program top.v does nothing but call the adc design in qsys.
The output registers are used to inspect the adc output data_ADC with the signa tap logic analyzer.

Find enclosed my little code.
Thank's for help
Philippe
Title: Re: MAX10 ADC channel numbering
Post by: Thomas D on January 27, 2021, 09:07:15 AM
Hi,
did you note the pin assignment in the schematics?
For pin assignment between the channels and the FPGA pins you have to look here https://www.intel.com/content/www/us/en/programmable/documentation/sam1393576011848.html#sam1424951587370 (https://www.intel.com/content/www/us/en/programmable/documentation/sam1393576011848.html#sam1424951587370) and in the schematics (see screenshot for example).
TEI0001-03-08-C8 example: CH1 -> ADC1IN1 -> AIN3 (Pin D1)

br
Thomas
Title: Re: MAX10 ADC channel numbering
Post by: philippe69 on February 07, 2021, 06:36:55 PM
Thank's a lot
Philippe