Search found 3 matches

by yohnsee
Thu Aug 01, 2024 8:45 am
Forum: ESP32 Arduino
Topic: ESP32-S3 GPIO20 remove startup glitch
Replies: 2
Views: 2185

Re: ESP32-S3 GPIO20 remove startup glitch

The esp32-s3_datasheet doc mentions that there are Power-Up Glitches on many of the GPIO pins. See section 2.2, and Table 2-2, and especially footnote (2). No way to eliminate this effect via chip or module configuration, to my knowledge. Sorry there's not a better answer, this is something that pr...
by yohnsee
Tue Oct 24, 2023 12:32 pm
Forum: ESP32 Arduino
Topic: ESP32-S3 GPIO20 remove startup glitch
Replies: 2
Views: 2185

ESP32-S3 GPIO20 remove startup glitch

Dear forum, I designed a custom PCB board for the ESP32 S3 Wroom-1U module, and found an annoying behavior during testing. I configured the GPIO20 (USB D+) as a normal output pin in SETUP, but during chip boot cycle it gets pulled high for about 170ms. Do you know any method to disable this pull-up,...
by yohnsee
Sat Oct 14, 2023 8:33 pm
Forum: ESP-IDF
Topic: Disable USB during ROM boot?
Replies: 2
Views: 2467

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. Dear simpkins, I recently got started with ESP32-S3 programming, and there is one issue I can't get my head around. I crea...