Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我的 CDC 设备出现“端点停止错误”。USB 堆栈正在检测电缆。状态设置为运行,但错误代码设置为 0x11,表示“USB_ENDPOINT_STALLED”。我验证并发现端点已正确分配。
请指教!
STALL 是一个非常常见的错误,对此没有一般性的答案。您可以重置管道,但我怀疑它会有所帮助,可能您的设备正在返回失速,因为您没有正确操作设备。 你有 USB 总线分析仪吗?如果是,请发布日志,以便我们更好地为您提供帮助,如果不是,您可以使用软件总线分析器,如usb snoop。