View previous topic :: View next topic |
Author |
Message |
Imad84
Joined: 29 May 2006 Posts: 6
|
USB Device Not Enumerated |
Posted: Mon Jun 12, 2006 9:44 am |
|
|
Hello,
I am using the PIDEM FS USB demonstration board from microchip with the PIC18F4550
My code has no errors but it stops on the usb_wait_for_enumeration()
function and the system (windows XP) gives the following message:
USB device not recognized.
Any Help
Thanx |
|
|
Ttelmah Guest
|
|
Posted: Mon Jun 12, 2006 3:12 pm |
|
|
Which demo?.
For the basic 'HID' device, the driver should already be present in XP. However for the bulk device, the XP driver has to be installed.
Look at the appendices in the manual for how to install the devices.
Best Wishes |
|
|
Imad84
Joined: 29 May 2006 Posts: 6
|
|
Posted: Tue Jun 13, 2006 2:19 am |
|
|
Hello,
I am trying now to compile ex_usb_scop.c
no errors but the system try to install the USB Bulk demo driver but doesn t find it.
in the top of this example it s noted that this example will run on CCS's USB prototype board
is this because i am using another development board?
Any Help or suggestions?
Thanx |
|
|
Ttelmah Guest
|
|
Posted: Tue Jun 13, 2006 4:29 am |
|
|
You need to install the bulk usb driver. The install, won't automatically 'find' it, you need to point the OS at the directory containing it. Look for the file 'BulkUSBDemo.inf', in the installed software. Point the OS at this, when it asks for the driver, and then when it asks for 'USBDemo.sys', point it at this (it is in the same directory).
No, it is not because of the different hardware, it is because you don't have the XP driver installed.
Best Wishes |
|
|
hillcraft
Joined: 22 Sep 2003 Posts: 101 Location: Cape Town (South africa)
|
Has it ever worked? |
Posted: Tue Jun 13, 2006 6:18 am |
|
|
Did it work when you bought it and plugged it in the first time? The reason I ask this is that the PICDEM FS is configured for high speed operation off the shelf. It won't work on a USB 1.1 port straight away. |
|
|
|