Posted on November 15, 2016 at 20:25I have a HID device implemented with a STM32F205. I have I2C and SPI peripherals attached to the 205, and HID ''Get Feature'' reports to return values read from those peripherals. Normally, I'd just fill up a re...