I've setup my STM32L475 non-RTOS as a USB HID Host to interface with a barcode scanner. All works well if I call sdf MX_USB_HOST_Process in my main application loop with no delays. However, if MX_USB_HOST_Process is not called fast enough, characte...