Does USB library work under heavy interrupt load?
I'm implementing a USB Host (HID Class) on a STM32F7 in order to connect a mouse.The problem is that in about 50% of cases, phost->gState ends up in HOST_ABORT_STATE, where exactly I do not know. If this does not happen, my user function USBH_HID_Ev...