Hi,
I work with FMCOMMS1-EBZ card with ML605 xilinx board. I tried to run a reference design no-OS driver on this card. But the reference design doesn't work properly. I am using Xilinx-ISE Design Suite 14.4.The following is the output (Below), actually it stops at the line "Testing the ADC communication... ". I tried to trace it out and find that it is stuck up in the test.c file in the do statement as
do
{
delay_ms(1);
}
Running XCOMM Test Program
Initializing XCOMM I2C...
XCOMM Init I2C OK!
Getting XCOMM Revision...
Board Version: Analog Devices, FMC Comms 1, D501462, AD-FMCOMMS1-EBZ, BOM Rev.1
Initializing XCOMM Components...
XCOMM Init OK!
Initializing the Rx path...
XCOMM Rx Init OK!
Initializing the Tx path...
XCOMM Tx Init OK!
ADC sampling rate [Hz]: 245760000
DAC sampling rate [Hz]: 245760000
DAC available interpolation frequencies [Hz]: 245760000 491520000 983040000
DAC available center shift frequencies [Hz]: 0
Testing the ADC communication...