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
  • Have you ever used the Device Manager of Windows?

    [Control Panel] -> [System] -> [Hardware] -> [Device Manager]

    Plug/unplug your USBCDC device to see what device appears/disappears in the Device Manager.

    Remove that device / Remove the driver of that device.

    Then reinstall the correct driver.

    Hope this helps.

Reply
  • Have you ever used the Device Manager of Windows?

    [Control Panel] -> [System] -> [Hardware] -> [Device Manager]

    Plug/unplug your USBCDC device to see what device appears/disappears in the Device Manager.

    Remove that device / Remove the driver of that device.

    Then reinstall the correct driver.

    Hope this helps.

Children