Question
USB HID Host MX_USB_HOST_Process Call
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, characters are missed. How have others handled calling MX_USB_HOST_Process? (if I were using FreeRTOS, then this call could be made from a dedicated task). One person suggested using a low priority timer interrupt. However, I was wondering if there was another solution. thanks
