I'm using the USB middleware for a STM32F765 MCU application. I am able to use the function USBD_CUSTOM_HID_SendReport() for transmitting data payload from my application to a USB host, but don't currently have visibility of if/when the data prepare...