STM32F7 HS + HOST + HUB = infinite OTG_HS IRQs #3062
Closed
maximevince
started this conversation in
General
Replies: 3 comments 1 reply
-
It seems to have to do with |
Beta Was this translation helpful? Give feedback.
1 reply
-
PR is here: #3063 |
Beta Was this translation helpful? Give feedback.
0 replies
-
Fix has been merged |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I configured my tinyUSB example project like this:
Whenever I connect a USB HUB, it enumerates the hub, then hogs the system by continously triggering infinite OTG_HS IRQs, like this:
Whereas this would be normal looking IRQs at 125us (1 HS microframe) bInterval (no HUB connected, just a regular HID device):

Any idea what's going on - where to look?
Beta Was this translation helpful? Give feedback.
All reactions