Page 1 of 1

[solved] BOOT Switch (Boot Mode Selection) is it needed?

Posted: Wed Oct 02, 2019 11:32 pm
by kmmaran
Hi Experts,

I am curious about about boot switch connected to GPIO #0 for Boot Mode Selection.
I can flash the board without press and holding the boot switch, why this switch is important and needed if I am able to flash without doing anything to GPIO #0?

Thank you.

Re: BOOT Switch (Boot Mode Selection) is it needed?

Posted: Fri Oct 04, 2019 7:57 am
by ESP_Sprite
Normally, the reset and GPIO0 are handled by some smart circuitry that allows your PC to reset the ESP32 and put it in download mode. This circuitry, however, doesn't work in all cases (e.g. virtual machines have issues) so the buttons are a fallback option.

[solved] Re: BOOT Switch (Boot Mode Selection) is it needed?

Posted: Sat Oct 05, 2019 10:28 am
by kmmaran
Thanks ESP_Sprite, good info.