added replug for f407

sipo
Ondřej Hruška 6 years ago
parent 09e651bd23
commit 9a32962c95
Signed by: MightyPork
GPG Key ID: 2C5FD5035250423D
  1. 7
      platform/platform.c

@ -249,12 +249,13 @@ void plat_usb_reconnect(void)
USBD_LL_Reset(&hUsbDeviceFS);
#if defined(GEX_PLAT_F072_DISCOVERY) || defined(GEX_PLAT_F303_DISCOVERY)
#if defined(GEX_PLAT_F103_BLUEPILL)
// F103 doesn't have pull-up control
#else
HAL_PCD_DevDisconnect(&hpcd_USB_FS);
osDelay(100);
HAL_PCD_DevConnect(&hpcd_USB_FS);
#else
// F103 doesn't have pull-up control
#endif
}

Loading…
Cancel
Save