2022-10-13 12:32 AM
the goal of my project is to modify the ST lib to have composite HID and I would like to have some leads to know what I should modify, for example I know that I have to open an endpoint and also create an supplementary interface for the host but there are so many structures that interact with each other that I'm a bit lost. I half understand the overall structure of the usb but I lack knowledge how the lib sends the arrays of data and in what order to the host
2022-10-13 02:35 PM
Hi,
USB is complicated. You can find a helping hand for your project here.
2022-10-15 04:00 AM
Hi goobinooz,
Can you please refer to this Composite HID-CDC example: