Replies: 1 comment 2 replies
-
|
@me-no-dev Sorry for the inconvenience I can only publish here. I'm more confused because according to the documentation https://www.espressif.com/sites/default/files/documentation/esp32-s3_datasheet_cn.pdf up to five IN EDs can be concurrent, excluding the ED0 I can still have four. So if I config two more EDs as OUT, can't these six Endpoints(excluding ED0) operate at the same time? |
Beta Was this translation helpful? Give feedback.
2 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.
Uh oh!
There was an error while loading. Please reload this page.
-
Hello everyone. I managed to rewrite the CMakeLists of example hid_composite_freertos and it works, now I want to create two interfaces instead of one, but it keeps failing. Win10 throws out a problem status 0xC000000E. I'm a little confused with the usb things, a 'composite device' should refer to a single device with two interface descriptors instead of two HID descriptors, shouldn't it?
Beta Was this translation helpful? Give feedback.
All reactions