Microsoft driver installation

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

cross mob
lock attach
Attachments are accessible only for community members.
rasec_2385561
Level 4
Level 4
First like received

Lately I find that Microsoft Windows 7 thinks it knows what is best. I have disabled and uninstalled the Microsoft's driver

associated with my CY8CKIT-059 PSOC 5LP Prototyping Kit multiple times. Then I unplug the board from my hub and

reinstall it. I tell it to use the location of the ProgKit driver and it responds that it has chosen the best driver which of

course is the Microsoft driver.

The debugger port does get to use the KitProg driver (setup as a USB bus controller -> USB Composite Device). Its just the Human Interface Devices -> USB Input Devices which seems to use the Microsoft HID driver. See the attached picture. Any ideas ?

Randy

0 Likes
1 Solution
Roy_Liu
Moderator
Moderator
Moderator
5 comments on KBA First comment on KBA 10 questions asked

Hi Randy,

The debugger port should use the KitProg driver, scroll down in the Device Manager window, there should be a KitProg(1.2.3.3) when the debugger port plugged to your PC.

The -059 kit has another USB port, the Windows driver for this port depends on the firmware running on the target PSoC 5lp target device "CY8C5888LTI -LP097 " .

Thanks

Roy

Roy Liu

View solution in original post

0 Likes
3 Replies
Roy_Liu
Moderator
Moderator
Moderator
5 comments on KBA First comment on KBA 10 questions asked

Hi Randy,

The debugger port should use the KitProg driver, scroll down in the Device Manager window, there should be a KitProg(1.2.3.3) when the debugger port plugged to your PC.

The -059 kit has another USB port, the Windows driver for this port depends on the firmware running on the target PSoC 5lp target device "CY8C5888LTI -LP097 " .

Thanks

Roy

Roy Liu
0 Likes

So what are the possible device drivers ?

Randy

On Tuesday, April 24, 2018, 7:54:01 PM CDT, yliu <community-manager@cypress.com> wrote:

#yiv9929840786 * #yiv9929840786 a #yiv9929840786 body {font-family:Helvetica, Arial, sans-serif;}#yiv9929840786 #yiv9929840786 h1, #yiv9929840786 h2, #yiv9929840786 h3, #yiv9929840786 h4, #yiv9929840786 h5, #yiv9929840786 h6, #yiv9929840786 p, #yiv9929840786 hr {}#yiv9929840786 .yiv9929840786button td {}

|

Cypress Developer Community

|

Microsoft driver installation

reply from yliu in PSoC 5 - View the full discussion

Hi Randy,

The debugger port should use the KitProg driver, scroll down in the Device Manager window, there should be a KitProg(1.2.3.3) when the debugger port plugged to your PC.

The -059 kit has another USB port, the Windows driver for this port depends on the firmware running on the target PSoC 5lp target device "CY8C5888LTI -LP097 " .

 

Thanks

Roy

Reply to this message by replying to this email, or go to the message on Cypress Developer Community

Start a new discussion in PSoC 5 by email or at Cypress Developer Community

Following Microsoft driver installation in these streams: Inbox

This email was sent by Cypress Developer Community because you are a registered user.

You may unsubscribe instantly from Cypress Developer Community, or adjust email frequency in your email preferences

0 Likes

Looking at the USB component datasheet - http://www.cypress.com/file/376416/download

The supported USB Device classes are:

▪ USB HID class support

▪ Bootloader support

▪ Audio class support (See the USBFS Audio section)

▪ MIDI devices support (See the USBFS MIDI section)

▪ Communications device class (CDC) support (See the USBUART (CDC) section)

▪ Mass storage device class (MSC) support (See the USBFS MSC section)

Recommend the application note below for better understanding of the USB in PSoC device.

AN57294 - USB 101: An Introduction to Universal Serial Bus 2.0

Roy Liu