STM32F103 / uClinux / USB Gadget / CDC class / Weird controller reference / Cannot get it work...
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2010-05-05 8:48 AM
Posted on May 05, 2010 at 17:48
STM32F103 / uClinux / USB Gadget / CDC class / Weird controller reference / Cannot get it work...
This discussion is locked. Please start a new topic to ask your question.
2 REPLIES 2
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2011-05-17 4:50 AM
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...Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2011-05-17 4:50 AM
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.