Replies: 2 comments 1 reply
-
Hello, |
Beta Was this translation helpful? Give feedback.
1 reply
-
By the way, I'm currently working on expanding the CDC host. You are welcome to test it: #2488 |
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
-
Hello all-
We are attempting to get Tinyusb running in host mode on an STM32F411 working with the MAX3421 host controller. The STM32 is on the STM32-F4 Discovery board from ST and the MAX3421 is on the SparkFun Arduino shield. Our project is in a state that if we attach a CDC device to the shield data is successfully passed back and forth. However our project requires multilevel hub support. So far we have failed to get even one hub working correctly. There are two that we test with from J5 Create, model JUH470 and model JCA374. The model JUH470 sometimes causes errors on attachment.
Here's a good output dump-
Although "good" just means that we are not trapped in an ASSERT state, as can sometimes happen-
Even if we get a "good" attach, nothing happens when we plug up a flash drive to any of the ports. If we plug up the model JCA374, we consistently get an immediate error that appears to be related to powering on the ports-
Any assistance troubleshooting this issue would be appreciated.
Beta Was this translation helpful? Give feedback.
All reactions