cancel
Showing results for 
Search instead for 
Did you mean: 

USB driver

muralij21
Associate II
Posted on September 04, 2010 at 13:06

USB driver

2 REPLIES 2
ashley23
Associate II
Posted on May 17, 2011 at 14:05

Technically you need to apply for a PID and VID for your device but most people seem to just make them up!  The ST micro has no VID/PID, you program that as part of the device descriptors.  

I found the easiest way was to use the STM32 FS Device lib and WinUSB.  That avoids writing a driver and gets good performance.  the is good documentation for WinUSB called something like WinUSB How To.  Start with one of the basic examples in the USB library projects folder most similar to what you want to do.

muralij21
Associate II
Posted on May 17, 2011 at 14:05

Thanks for the reply. But i didn understand properly.U mean to say that there is no need of using win driver to generate the driver file (.INF). Could u tell me in brief how u got the device lib and hw ru communicating with d pc??