USB custom HID: unable to send data from controller to PC consecutively
I am using STM32L1 series and configured it as as custom HID device. I am able to receive data from PC and able to respond once using USBD_CUSTOM_HID_SendReport function. If i am trying to send again data to PC using the same function it is not working. It is going to either USB device status as busy or device state suspended.
I have used "09.7_USB HID device - custom device lab" document to configure the project. Please let me know how to figure out the issue.
