Examples of Custom USB Classes?
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2013-08-26 7:16 PM
Posted on August 27, 2013 at 04:16
I'm trying to code an app that communicates using USB bulk transfers but is simpler than the CDC/VCP and MSC examples in ST's library. I've tried to code a custom USB class, but Windows doesn't like it - it sends me SET_CONFIGURATION(NULL).
Are there any STM32/USB examples that demonstrate how to code custom classes? #usb-stm32
Labels:
- Labels:
-
USB
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
‎2014-11-17 7:15 PM
Posted on November 18, 2014 at 04:15
Do you figure out how to use custom usb library?
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2014-11-18 1:50 AM
Posted on November 18, 2014 at 10:50
Hi
''I've tried to code a custom USB class, but Windows doesn't like it - it sends me SET_CONFIGURATION(NULL).'' That might be because Windows now expect YOU to provide it with a Device Driver for YOUR USB Custom device.