Search found 2 matches

by simpkins
Sun Sep 11, 2022 9:07 pm
Forum: ESP-IDF
Topic: Disable USB during ROM boot?
Replies: 2
Views: 2674

Re: Disable USB during ROM boot?

Burning the USB_PHY_SEL eFuse appears to be what is needed here. With this fuse enabled, the board does not pull-up the USB data line until USB is activated by the application.
by simpkins
Sun Sep 04, 2022 10:06 pm
Forum: ESP-IDF
Topic: Disable USB during ROM boot?
Replies: 2
Views: 2674

Disable USB during ROM boot?

On the esp32s3 chip, is it possible to completely disable USB functionality during ROM boot, so that the USB pull-up on GPIO 19/20 is not enabled until after the application starts and initializes the TinyUSB driver? I would like to implement a USB HID device with a custom descriptor, and I would li...