Hi,
I am using ISE to program the Microzed board. In our project, we use 2 XADC (0 and 8). However, we can only read from XADC_AD8_P and XADC_AD8_N. Thus, we cant read XADC_AD0_P and XADC_AD0_N
FYI,
UCF file:
NET "iVp_0"LOC = C20 | IOSTANDARD=LVCMOS25;
NET "iVn_0"LOC = B20 | IOSTANDARD=LVCMOS25;
NET "iVp_8"LOC = B19 | IOSTANDARD=LVCMOS25;
NET "iVn_8"LOC = A20 | IOSTANDARD=LVCMOS25;
-------------
previously, we have tested our project with Zynq EVM board and it does not have problem.
-------------
In ISE I set the project setting as follow:
product category: ALL
Family: Zynq
Device: XC7Z020
Package: CLG400
Speed: -1
-------------
Tqvm.
Arash