User Activity

STM32H753HAL 1.19.1I need to reset the USB host dedicated pins (PB14/PB15) to their original state when stoping the USB HOST driver.The USB Host driver is activated on demand using MX_USB_HOST_init.The HS part is activated and the driver is well perf...
 When using devices that cannot be identified by ClassCode (0xFF) you have to hack usbh_core.c on the HOST_CHECK_CLASS handling and rather filter on the idVendor/idProduct. I found a better way to handle it (much cleaner) registering some class with ...