arpruss / USBComposite_stm32f1

USB Composite library for STM32F1 (HID, Serial, MIDI and XBox360 controller)
Other
381 stars 76 forks source link

getting some usb stall when using rawHiD #126

Open agressiva opened 1 year ago

agressiva commented 1 year ago

I am using rawHiD to receive data from PC. The PC aplication send a sequence of packets (+-10 to 20 80bytes packets).

some of this packets are lost (usb pid stall when analysing usb traffic). even with a HID demo file some packets are lost.

Have you any sugestion ?

i see that the last commit have a "setRXInterval". what is this used for ?