Altera_Forum
Honored Contributor
17 years agoDE2 as USB device using VHDL
I am now working in a project which needs to make the DE2 as a USB device.
I am trying to write my own VHDL firmware on the FPGA. Now I write some codes and can communicate with the ISP1362. I can read from the ISP1362 and receive a request from the host PC, so I write a reply packet to the ISP1362 but the host PC cannot receive anything and keep sending the same request. I want to ask if there is any example or tutorial for using the ISP1362? I want to know whether I have written wrongly to the ISP1362 or is there any other problems? As I check the demo from DE2 using the NIOS CPU as USB device, I downloaded to the FPGA and the PC detects nothing when I plugged into the USB device port. So I am not sure the procedure it uses to connect with the PC is correct or not. Please help in this. I have tried for weeks and still not yet found a solution to make it send a packet to the host PC. I can share the code if needed. THANKS.