2019-02-21 12:05 PM
I have used CubeMX to create the exact same project starting with basic board Nucleo L496ZG but varying the USB device middlewares for CDC, HID and Custom HID. The CDC and HID examples enumerate 'out of the box' in windows. The custom HID does not. What is missing in Custom HID to complete basic enumeration on windows?
My only mod to the code out of the box was to disable IWDG() to allow debug.
Thanks.