Forum Discussion
Altera_Forum
Honored Contributor
11 years agoDE2-115 USB DEVICE Demo not working
Hi all, I just started trying to use the USB port to communicate from the PC to the DE2-115 board. My needs are to transfer info back and forth for the control application running on the FPGA. ...
Altera_Forum
Honored Contributor
11 years agoJust a follow up, I was able to use this project http://mzakharo.github.io/usb-de2-fpga/ successfully on the DE2-115 Board with the Philips ISP1362 USB chip.
The only adaptation needed is to remap some of the OTG pins from the DE2 to the DE2-115. Also, on the hardware side, the project is set to loopback the data coming in from the USB directly to the output so, in my case, I added a buffer for the incoming data to be read by other modules on the system and made an AVALON wrapper so that from Nios II I can read and write to the USB port. Since the USB driver is not signed, on Windows 8 you have to force the system to install it. I followed this tutorial (http://revryl.com/2013/08/06/install-unsigned-drivers/)