Hi, I'm trying to combine USB MSC class and USB HID compsite class together.
I based on the MSC example, added HID Code in it,But I founded that they cannot work together.
When I append both classes, the Windows prompt "DEVICE_DATA_SET_ERROR" and cannot recognize the MSC device. The HID class both work incorrectly.
But if I add one class at one time,it works very well.
So,does the SDK support USB MSC and USB HID work together?