We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
1.需求,可以在通电状态下,拔掉U盘,然后再插入U盘通过fopen操作文件。 2.遇到的问题,在第一次插入U盘后,可以正常加载U盘,但是拔掉U盘后,再加载就重启,调用这个API 重启的 usb_host_install。 3.所以我想问问,这个ESP32S3是否可以软件支持U盘热拔插,如果支持,是否有文档说明,如果不支持,我想了解后续是否会 支持。
The text was updated successfully, but these errors were encountered:
Hi @git-xiaoxiao 近期我们推出了 U 盘热插拔功能,可以参考这个示例 https://github.com/espressif/esp-idf/tree/master/examples/peripherals/usb/host/msc
Sorry, something went wrong.
No branches or pull requests
Environment
USB U盘热拔插功能
The text was updated successfully, but these errors were encountered: