2019-02-05 06:51 AM
Hi,
i am trying to implement my mcu (stm32f407IG) as a composite device with USB FS.
I want to use CDC+HID or more how can i implement that with CubeMX ?
Are there any examples about that?
Thanks for your help.
Solved! Go to Solution.
2019-02-05 08:27 AM
Several examples of composite USB device can be found on GitHub.
Some of them even contain alternative USB library
https://github.com/IntergatedCircuits/USBDevice
CubeMX does not have a ready composite template.
As always... you may want to outsource this task to a consultant/contractor.
Regards,
-- pa
2019-02-05 08:27 AM
Several examples of composite USB device can be found on GitHub.
Some of them even contain alternative USB library
https://github.com/IntergatedCircuits/USBDevice
CubeMX does not have a ready composite template.
As always... you may want to outsource this task to a consultant/contractor.
Regards,
-- pa