cancel
Showing results for 
Search instead for 
Did you mean: 

STM32F103 / uClinux / USB Gadget / CDC class / Weird controller reference / Cannot get it work...

ftrierweiler9
Associate II
Posted on May 05, 2010 at 17:48

STM32F103 / uClinux / USB Gadget / CDC class / Weird controller reference / Cannot get it work...

2 REPLIES 2
ftrierweiler9
Associate II
Posted on May 17, 2011 at 13:50

Additional information:

- When compiling the kernel, I noticed that the Renesas driver is built, not the STM soc driver !!!

Indeed, I see in the log: CC drivers/usb/gadget/m66592-udc.o

Next step soon...

eagles8601
Associate II
Posted on May 17, 2011 at 13:50

Hi,

By default no USB device driver is enabled in the STM32 uClinux port.

Please find attached a patch to enable USB Gadget driver to work with uClinux on the STM3210E-EVAL board.

Now under ''Device Drivers > USB Support > USB Gadget Support > USB Gadget Drivers'' a new entry point allow you to select this feature.

With best regards.