We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d147abc commit b429aebCopy full SHA for b429aeb
targets/TARGET_STM/USBPhy_STM32.cpp
@@ -318,6 +318,7 @@ void USBPhyHw::init(USBPhyEvents *events)
318
HAL_StatusTypeDef ret = HAL_PCD_Init(&hpcd);
319
MBED_ASSERT(ret == HAL_OK);
320
__HAL_PCD_ENABLE(&hpcd);
321
+ HAL_PCD_Start(&hpcd);
322
323
// Configure FIFOs
324
#if (MBED_CONF_TARGET_USB_SPEED == USE_USB_NO_OTG)
0 commit comments