We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Describe the bug Hotplugging a USB drive is reported not to work (bbf/bootloader). Look into this.
The text was updated successfully, but these errors were encountered:
This is weird... it works fine if you debug and step through.
Problem seems to be in this area, the lockup happens during USBH_Delay, which calls HAL_Delay.
USBH_UsrLog("USB Device Connected"); /* Wait for 200 ms after connection */ phost->gState = HOST_DEV_WAIT_FOR_ATTACHMENT; USBH_Delay(200U); USBH_LL_ResetPort(phost);
Sorry, something went wrong.
No branches or pull requests
Describe the bug
Hotplugging a USB drive is reported not to work (bbf/bootloader). Look into this.
The text was updated successfully, but these errors were encountered: