STM32F4 Custom board HID device
Hello. I am developing a custom board with STM32F405. I want it to work as custom HID device. The board must connect to the PC through an already existent driver software.
I tested he board with the Keyboard and Custom HID device examples in the package "STM32_USB_training_Content". I don't know what part of the code I must modify to send the correct data to the driver. My custom board must work as a keyboard, but it must be programmed as a Custom HID device because the conversion of the data in a printable character must be done by the driver.
