usb driver is not recognized when starts main.c

Tip / Sign in to post questions, reply, level up, and achieve exciting badges. Know more

cross mob
Anonymous
Not applicable

psoc creator 4.1, psoc 5LP board, win10

I found usb driver is recognized correctly in my PC(win10) after installing psoc driver(cyusb3.sys, cyusb3.inf).

and i tried "USBFS_Bulk_Wraparound example" with psoc creator.

I couldn't run example software because the driver staus was changed to "unknown USB device"

just after execute "USBFS_Start(USBFS_DEVICE, USBFS_5V_OPERATION)" funtion in main.c.

How can i solve this problem?

0 Likes
1 Solution
himam_31
Employee
Employee
50 likes received 25 likes received 10 likes received

Hello ,

 

Can you have a look at the KBA:

Drivers for EZ-USB® FX1™, FX2LP™ , and FX3 - KBA94413

Try to point to this driver.

------------------------------------------------UPDATE--------------------------------------------------

Please download Fx3 SDK from given  Path and install.

install and bind driver from below path after SDK installation.

C:\Program Files (x86)\Cypress\EZ-USB FX3 SDK\1.3\drive

------------------------------------------------END----------------------------------------------------------

 

Thanks,

Hima

View solution in original post

0 Likes
1 Reply
himam_31
Employee
Employee
50 likes received 25 likes received 10 likes received

Hello ,

 

Can you have a look at the KBA:

Drivers for EZ-USB® FX1™, FX2LP™ , and FX3 - KBA94413

Try to point to this driver.

------------------------------------------------UPDATE--------------------------------------------------

Please download Fx3 SDK from given  Path and install.

install and bind driver from below path after SDK installation.

C:\Program Files (x86)\Cypress\EZ-USB FX3 SDK\1.3\drive

------------------------------------------------END----------------------------------------------------------

 

Thanks,

Hima

0 Likes