2020-01-13 01:52 AM
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?