alambe94 / I-CUBE-USBD-Composite

Create STM32 USB Composite devices with ease.
MIT License
142 stars 30 forks source link

Composite HID Keyboard + HID Custom don't work #33

Open wildchina opened 8 months ago

wildchina commented 8 months ago

I am using STM32F1 device and the composite devices don't work

In particular I need to allow two HID interfaces on one device

The code create from your source won't start and don't enumerate the device

Do you know this matter?

Do you have any suggest?

GW8RDI commented 8 months ago

You can add composite USB support for F4 without needing this plugin. Just create each device one at a time using Cube MX, save all the added code. Then create the next device... Then add all the code back to set-up all devices. You can get support ST on ols.st.com