Replies: 1 comment
|
This feels like it should be an issue not a discussion post, you may get more eyes on it and they may be able to get you some help! |
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.
Hi, I'm trying to integrate the tinyusb stack in an ESP32 project using a MAX3421E host controller, but I'm experiencing frequent hangs. Most times the host stack doesn't even complete the mounting of the device. The only thing that I know is that the host stack seems to become "unreliable" with the Bluetooth controller enabled.
The usb code in my project is basically the hid_controller example code with slight modifications (i.e. the tuh_task runs in a freertos task) and without changing the callbacks.
I also tried building the example alone and it seems to work pretty reliably, but even in this condition I experienced some hangs (although very rarely).
Here are the logs, although many times they don't get past "Get 8 byte of Device Descriptor"
All reactions