Using both of the STM32H7 USB controllers as Host ports - issues?
Are there any issue using both controllers in host mode? USBH_StatusTypeDef USBH_LL_Init(USBH_HandleTypeDef *phost) { /* Init USB_IP */ if (phost->id == HOST_FS) { /* Link the driver to the stack. */ hhcd_USB_OTG_FS.pData = phost; phost...