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
  • If your OS is Win-XP 32bit,
    the driver of "C:\Keil\ARM\Boards\Keil\MCB2300\USBCDC" should work for you.

    Did you change anything like VID/PID in the source code?

    Did you follow the instruction in the Abstract.txt?

    Driver Installation:
    --------------------
         "Welcome to the Found New Hardware Wizard" appears
         - select 'No, not this time'
         - press  'Next'
    
         - select 'Install from a list or specific location (Advanced)'
         - press  'Next'
    
         - select 'Search for the best driver in these locations'
         - check  'include this location in the serach'
         - set to <project folder>
         - press 'Next'
    
    
         "Hardware Installation" appears
         "has not passed Windows Logo testing..."
         - press 'Continue Anyway'
    
         "Completing the Found New Hardware Wizard" appears
         - press 'Finish'
    

Reply
  • If your OS is Win-XP 32bit,
    the driver of "C:\Keil\ARM\Boards\Keil\MCB2300\USBCDC" should work for you.

    Did you change anything like VID/PID in the source code?

    Did you follow the instruction in the Abstract.txt?

    Driver Installation:
    --------------------
         "Welcome to the Found New Hardware Wizard" appears
         - select 'No, not this time'
         - press  'Next'
    
         - select 'Install from a list or specific location (Advanced)'
         - press  'Next'
    
         - select 'Search for the best driver in these locations'
         - check  'include this location in the serach'
         - set to <project folder>
         - press 'Next'
    
    
         "Hardware Installation" appears
         "has not passed Windows Logo testing..."
         - press 'Continue Anyway'
    
         "Completing the Found New Hardware Wizard" appears
         - press 'Finish'
    

Children