*/HAL_Init();/* Configure the system clock to 168 MHz */SystemClock_Config();/* Configure LED1 and LED3 */BSP_LED_Init(LED1);BSP_LED_Init(LED3);/*##-1- Init Host Library ###*/USBH_Init(&hUSB_Host, USBH_UserProcess,0);/* Add Supported Class */USBH_RegisterClass(&hUSB_...