- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
hello everyone,
my project requires me to use both usb blaster cable and usb device cable. when i program my project using programmer in Quartus II,everything is ok. However, once I run my firmware program at Nios II as Nios II hardware, then my usb device becomes unrecognized by my PC immediately. Does everyone has any ideas on this problem? Any suggestion will be very much appreciated. :) Thanks, SummerLink Copied
2 Replies
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi, You should send a request to Altera.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
hello,
i had send request to Altera: for (bus = usb_get_busses(); bus; bus = bus->next) { for (dev = bus->devices; dev; dev = dev->next) { if (dev->descriptor.idVendor == 0x0471) { udev = usb_open(dev); printf ("Success opening!\n"); } } } where 0x0471 is the request for search device ISP1362. however,my program can't even detect ISP1362. (my program is running in windows xp environment.if test the same program in linux,it can detect ISP1362) regards, Summer
Reply
Topic Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page