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
Im stuck getting stm32f446 IC upp and runing using tinyUSB HOST mode, Im using cudeIDE, and want to configure it so that it can handle hubs and cdc, witouth line coding, just simple two way data transfer using bulk protocol, becouse on the other end a simmilar mcu is placed as stm32device.
Found that that the hcd.c implementation is missing for stm32.
For which this thread gives some guidance ( #1158 ) i dont uderstand it fully, when I tryed to run it on the project it was stack at the initialisation phase, function ( hcd_init ).
Is there an easy way to do it, step by step, or previouse implementations that can be used?
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
-
Hi,
Im stuck getting stm32f446 IC upp and runing using tinyUSB HOST mode, Im using cudeIDE, and want to configure it so that it can handle hubs and cdc, witouth line coding, just simple two way data transfer using bulk protocol, becouse on the other end a simmilar mcu is placed as stm32device.
Found that that the hcd.c implementation is missing for stm32.
For which this thread gives some guidance ( #1158 ) i dont uderstand it fully, when I tryed to run it on the project it was stack at the initialisation phase, function ( hcd_init ).
Is there an easy way to do it, step by step, or previouse implementations that can be used?
Beta Was this translation helpful? Give feedback.
All reactions