PANIC: ep 81 was already available #3602
Unanswered
ArjanteMarvelde
asked this question in
Q&A
Replies: 1 comment 4 replies
-
|
Likely #3397 |
Beta Was this translation helpful? Give feedback.
4 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,
I have been struggling with getting a CDC and UAC2 device to run as part of my application on a Pico 1. The CDC part is working, and I have stdio using it, so I can see output. One of the outputs I get, when I try to do anything with the UAC2 device from e.g. windows control panel, is a TinyUSB PANIC message saying:
ep 81 was already availableSo I am trying to figure out what this means, so I can find the root cause, assuming it is not a bug in the library.
Funny thing is that there should not even be an endpoint with that number, I think the usb_descriptors.c file should take the branch:
Any help would be much appreciated!
. . . Arjan
Beta Was this translation helpful? Give feedback.
All reactions