Nios® V/II Embedded Design Suite (EDS)
Support for Embedded Development Tools, Processors (SoCs and Nios® V/II processor), Embedded Development Suites (EDSs), Boot and Configuration, Operating Systems, C and C++
Announcements
FPGA community forums and blogs on community.intel.com are migrating to the new Altera Community and are read-only. For urgent support needs during this transition, please visit the FPGA Design Resources page or contact an Altera Authorized Distributor.
12748 Discussions

usb device is unrecognized by pc

Altera_Forum
Honored Contributor II
1,486 Views

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, 

Summer
0 Kudos
2 Replies
Altera_Forum
Honored Contributor II
533 Views

Hi, You should send a request to Altera.

0 Kudos
Altera_Forum
Honored Contributor II
533 Views

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
0 Kudos
Reply