-
Notifications
You must be signed in to change notification settings - Fork 7.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
esp-idf编译所有的usb ncm例子,usb枚举都不对 (IDFGH-13152) #14091
Comments
Thanks for reporting. |
Hi @linhuikui, To understand the situation better:
Thanks. |
Hi @linhuikui, thanks for additional information.
Thanks. |
Hi @linhuikui, On Windows, there is no automatically assignment of a NCM driver to USB CDC NCM interface. Please, refer to the comments on this question for additional information and detailed description of the additional steps: https://learn.microsoft.com/en-us/answers/questions/52386/usb-cdc-ncm-devices-not-assigned-to-usbncm-driver |
Hi @roma-jam |
Hi @linhuikui , sorry for such a long response time. I meant that to be able to use NCM on WIndows, you need to fulfill couple of extra steps, as the configuring the device on the PC side. Also, there is a PR regarding the RNDIS support, you can follow the discussion there: espressif/idf-extra-components#313 I will close the ticket, as the current problem (NCM device is not working on the PC Win host) is related to the absence of NCM support on Win10. If there will be something else or you still have questions, please feel free to reopen the ticket. |
Answers checklist.
IDF version.
v5.2.1和v5.2.2
Espressif SoC revision.
ESP32S2
Operating System used.
Windows
How did you build your project?
Command line with idf.py
If you are using Windows, please specify command line type.
None
Development Kit.
esp32s2
Power Supply used.
USB
What is the expected behavior?
What is the actual behavior?
Steps to reproduce.
使用example目录中的network/sta2eth和peripherals\usb\device\tusb_ncm都不行,都不能正常枚举为ncm
Debug Logs.
No response
More Information.
No response
The text was updated successfully, but these errors were encountered: