Combine 2 USB Descriptors
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2018-03-07 6:11 AM
Hello friends!
I'm noob with STM32F103C8T6 boards and Keil uVision5 but somehow i manage to make simple projects...
:)
Now im trying to make a Joystic with Serial Input Output to display information on LCD but i cant combine 2 USB descriptors so to use Joystic and Serial over the USB.:((
I only can make them work separately but not combined.My questions is: Is it possible, and if so can someone helps me with some info and basic example to understand the basics of combining 2 different USB descriptors?
Thanks!
#custom-descriptor-usb #2-usb-descriptors #stm32f103c8t6 #usb-hid- Labels:
-
STM32F1 Series
-
USB
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2018-03-07 6:16 AM
This is called 'USB composite device'. The ST libraries and samples do not currently support this, but Segger library does (maybe Keil's does too).
-- pa
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2018-03-07 7:29 AM
Thanks my friend i will search some info about
Segger library and i will try to use it.
