STM32F103 Custom HID SUSPEND/RESUME
I'm trying to build a Custom HID project to mimic a certain device. I've prepared the description bytes packages and everything is working fine as long as I continuously send data. When I stop sending, device goes to LP and SUSPEND mode. I couldn't f...