Search found 1 match
- Tue Jan 31, 2023 6:50 am
- Forum: Report Bugs
- Topic: ESP32-C3: Disabling USB with fuses does not disable pullup
- Replies: 0
- Views: 2705
ESP32-C3: Disabling USB with fuses does not disable pullup
On the ESP32-C3, it appears that burning fuses 41 and 43 of BLK0 does disable the USB functionality, but does not disable the pullup for device detection. As a consequence, a USB host attached to such an ESP32-C3 will continually detect an attached device, and try to enumerate it --- which, of cours...