Skip to main content
ftrierweiler9
Associate
May 5, 2010
Question

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

  • May 5, 2010
  • 2 replies
  • 671 views
Posted on May 05, 2010 at 17:48

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

    This topic has been closed for replies.

    2 replies

    ftrierweiler9
    Associate
    May 17, 2011
    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
    Visitor II
    May 17, 2011
    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.