Hello,
I write because I made a test conversion of analog input voltage of Zedboard, I managed to read a voltage at the beginning, but as the pins (xadc header) are close, I think there had some contact between pins.
Before I read the value of the A / D conversion using the SDK using (xsysmon_polled_printf_example.c) but now I have no answer function:
while ((XSysMon_GetStatus (SysMonInstPtr) & XSM_SR_EOS_MASK)! =
XSM_SR_EOS_MASK);
The XSysMon_GetStatus (SysMonInstPtr) function is always the value 0x80.
I do not know how to solve this problem.