USBH: testhal example: add delay for VBUS stabilization
This commit is contained in:
parent
c044306ad0
commit
2e2e10417e
|
@ -917,6 +917,7 @@ int main(void) {
|
|||
|
||||
//turn on USB power
|
||||
palClearPad(GPIOC, GPIOC_OTG_FS_POWER_ON);
|
||||
chThdSleepMilliseconds(100);
|
||||
|
||||
//start
|
||||
#if STM32_USBH_USE_OTG1
|
||||
|
|
Loading…
Reference in New Issue