You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ports/stm32: Fix TinyUSB interrupt handler RHPORT for HS controller.
Change OTG_HS_IRQHandler to call tud_int_handler(1) instead of
tud_int_handler(0) to correctly route High-Speed USB interrupts to
RHPORT 1. Previously, HS USB interrupts were incorrectly routed to
RHPORT 0, causing device descriptor read failures during enumeration.
Signed-off-by: Andrew Leech <[email protected]>
0 commit comments