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++
公告
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.

usb device is unrecognized by pc

Altera_Forum
名誉分销商 II
1,473 次查看

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 项奖励
2 回复数
Altera_Forum
名誉分销商 II
520 次查看

Hi, You should send a request to Altera.

0 项奖励
Altera_Forum
名誉分销商 II
520 次查看

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 项奖励
回复