Hello,
We are working on the zynq 7020 board, can you please provide the help for usb code.Our design is similar to the ZED board.
Thank you
Hello,
We are working on the zynq 7020 board, can you please provide the help for usb code.Our design is similar to the ZED board.
Thank you
Hello arjunbk09,
Can you shed some light to what it is that you would like to do, and/or would like more information on?
Hello arjunbk09,
Can you shed some light to what it is that you would like to do, and/or would like more information on?
I am trying to establish a communication link between pc(windows Xp) and zynq 7020 via USB,Can you please provide the device driver code for both ARM and PC(windows Xp).
thank you
The Xilinx version of the 3.0 Linux Kernel has compiled into it the full support for the USB sub-system. Windows XP also has a variety of basic USB enumeration types such as HID and UART.
All you would have to do is write the top layer code on both the Zedboard as well as the Windows machine to get data flowing back and forth.
Are you asking for a reference design for this configuration?
We are trying it with Windows Xp,If you can provide the reference design it will be help full.
thank you
Hello Arjun,
I'm VHDL guy. I could able to send data via USB to windows PC. But I'm getting some garbage data initially before actual data is received. Now I want to send via SDK C code. Do you have any sample application? Let's say send incremental data etc..
how do you realize it?can you share it thank you!
Hi,
Can you explain me the process on how to send the data from board to PC via USB??
or can you provide me the code for the same??
I am new guy and i am trying to send the data from the zedboard to the PC via USB.