Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
wildchina opened this issue Oct 13, 2023 · 1 comment
Open

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

wildchina opened this issue Oct 13, 2023 · 1 comment

Comments

@wildchina
Copy link

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

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

  • 1x keyboard
  • 1x custom

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
Copy link

GW8RDI commented Oct 13, 2023

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants