I'm working on a custom board using an ESP32-S2-WROOM module, and looking at the schematics of the ESP32-S2-Saola and the datasheets, thought I was pretty close to the recommended layout. I've been having a problem where it intermittently powers up to Download Boot mode. Reading the boot strapping section, I had GPIO45 and GPIO46 floating and no connections, so tried tying GPIO45 to ground in an effort to force to VDD_SPI voltage to 3.3v. I thought it was working, but found still boots randomly to Download if the board has been powered off for awhile then powered back on. If the board had been powered and I pull/reapply power within a short period, seems to constantly boot as expected.
I'm using Platform.io to upload to the board for development/serial monitoring, and feel like I am missing something really obvious. Thank you!
ESP32-S2-WROOM Powering up randomly to Download boot mode
-
- Posts: 9770
- Joined: Thu Nov 26, 2015 4:08 am
Re: ESP32-S2-WROOM Powering up randomly to Download boot mode
C1 likely is your problem. After a long powerdown, it starts out discharged and until the built-in pullup on GPIO0 has managed to charge it, the value on GPIO0 will read as a 0. Either remove the capacitance if you don't need button debouncing, or connect it between IO0 and 3.3V if you do.
Re: ESP32-S2-WROOM Powering up randomly to Download boot mode
I will give that a shot, thank you!!!
Re: ESP32-S2-WROOM Powering up randomly to Download boot mode
Just following up this worked fine, thank you for the help!
Who is online
Users browsing this forum: mikl604 and 89 guests