Search found 2 matches
- Tue Oct 29, 2024 11:40 pm
- Forum: ESP-IDF
- Topic: ESP32-S3 HID host & MSC Device
- Replies: 0
- Views: 486
ESP32-S3 HID host & MSC Device
Unless I'm missing something, currently there's is not anyway to switch from being a HID Host to a MSC Device and back again without rebooting, is there? I looked at all of the various options, but I don't see a way to unload or uninstall the TinyUSB Driver to then reload it in MSC mode. Am I correc...
- Sun Dec 16, 2018 3:45 pm
- Forum: Hardware
- Topic: GPIO2 Startup State
- Replies: 0
- Views: 2254
GPIO2 Startup State
In my design, I have a chip that I need to hold into reset state (active low) during power up. From what I can see on the scope, most (if not all) of the IO lines go high (or slew high) during boot until such time as the user's code can take control. While it's not a lot of time, it does accumulate ...