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
Hello All,
I am building an interface between old retro devices and USB. I tried to use the STM32 HAL USB Stack but it is lacking the HUB piece.
I am trying the basic tinyusb example with Host controller, my aim is to have the stm32 connected to an external USB HUB with HID devices.
The tinyusb hosts example are working fine with a HID mouse connected directly to the USB port but not working when a HUB is in between. I have changed the tub_config.h file with #define CFG_TUH_HUB 1 but with no luck.
Do I miss something ? thanks for our help and sorry if the question is abivous
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
Hello All,
I am building an interface between old retro devices and USB. I tried to use the STM32 HAL USB Stack but it is lacking the HUB piece.
I am trying the basic tinyusb example with Host controller, my aim is to have the stm32 connected to an external USB HUB with HID devices.
The tinyusb hosts example are working fine with a HID mouse connected directly to the USB port but not working when a HUB is in between. I have changed the tub_config.h file with #define CFG_TUH_HUB 1 but with no luck.
Do I miss something ? thanks for our help and sorry if the question is abivous
Vincent
Beta Was this translation helpful? Give feedback.
All reactions