STM32F723E-DISCO: USB_CoreReset HAL_TIMEOUT waiting for USB_OTG_GRSTCTL_AHBIDL.
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
2022-02-28 6:20 AM
I have used STM32CubeIDE to generate init code based on the STM32F723E-DISCO board. I have tried configurations with both FS and HS PHYs enabled and just the HS PHY, both times in Device Only mode
In each case when the HS USB is initialized (MX_USB_OTG_HS_PCD_Init), USB_CoreReset in USB_CoreInit returns HAL_TIMEOUT waiting for USB_OTG_GRSTCTL_AHBIDL. If I use only the FS (USB_OTG_FS) peripheral, everything works as expected.
Any advice for debugging?
Labels:
- Labels:
-
STM32F7 Series
-
USB
This discussion is locked. Please start a new topic to ask your question.
1 REPLY 1
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
2022-02-28 9:31 AM
Disable the ULPI clock?
Add a small delay before reset?
If you feel a post has answered your question, please click "Accept as Solution".
