Altera_Forum
Honored Contributor
17 years agoISP1362 (USB on DE2) with Quartus 7.2
Hello,
I am a german university student and I started working with Alteras DE2 Board a short time ago. I'm using Quartus II Web Edition 7.2. Now I'm trying to program the Cyclone II on the DE2 as USB Client. Therefore I downloaded a SOPC builder component for the ISP1362 from http://nioswiki.jot.com/wikihome/operatingsystems/%c2%b5clinux/usbhost It seems that the SOPC Builder 7.2 doesn't know the signal type "export" so I'm getting warnings during compilation. I wrote a test program in C and it seems that I can't connect to the ISP1362 properly. What is the appropriate signal form for the connection to the ISP1362? On Quartus II 6.0 I don't get any warning and the "export" signal form is accepted, but I have to work with 7.2 obligatory. May someone tell me how I can design a 1362 component by myself? As I am a newbie in working with the NIOS2, is there a good tutorial available which explains how to work with the ISP1362? I read all tutorials delivered with the DE2 board but none of these helped me. I found something interesting at google (http://code.google.com/p/nios2-usb/), downloaded and tried to compile it - but it doesn't work either...