Question
I am not able to send data from a custom USB host to a custom USB device frame by frame continuously.
I am using two stm32f446 boards. One as a custom USB HID host and other as HID device.
From CubeMx I could generate mosue demo code. I want to make one STM as a custom host which can send data to my custom device. I would like to send frames from the host one by one.
Can anyone share me a sample code for the custom USB host which can send frames one after the other continuously?
