HID IN data transmission frequency is only about 10 times per second
I used ThreadX and USBX in the project. When I only use USB as a HID Device, STM32 can transmit data to the PC 1000 times per second, but when I use USB as a CDC+HID composite device, the transmission frequency of HID is greatly reduced. Will increas...