This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

USB Driver Problem

Dear Friends, I am new to USB development in LPC2378. I have taken USB device driver from the following path

C:\Keil\ARM\Boards\Keil\MCB2300\USBCDC

But it's not installing the driver file in PC. Its showing USB Device Not Recognized and Unknown device.what should i change in that code.Is there any modifications?

Parents
  • Actually , I am a developer working on USB driver on windows. When the similar issues happen to me , I always report to the HW team......hehe

    Based on your description , I hardly figure out what goes wrong in this case .

    2 suggestion are shared with you :

    1 . Read the related document and understand the environment and conditions where the code is employed , HW configuration as well .

    2 . As a further step , you can capture USB traffic using USB analyzer to check if the data is correct according to USB protocol . like device descriptor...

    good luck

Reply
  • Actually , I am a developer working on USB driver on windows. When the similar issues happen to me , I always report to the HW team......hehe

    Based on your description , I hardly figure out what goes wrong in this case .

    2 suggestion are shared with you :

    1 . Read the related document and understand the environment and conditions where the code is employed , HW configuration as well .

    2 . As a further step , you can capture USB traffic using USB analyzer to check if the data is correct according to USB protocol . like device descriptor...

    good luck

Children