General question regarding GPIO2 and program uploading
Posted: Thu Aug 01, 2024 8:20 pm
According to ESP32-wrover-e doc, GPIO2 is a strapping pin with a default pull-down resistor. And if its value is LOW together with a LOW GPIO0, then program download commences. Is this correct? From my design experience with ESP32, I only have to connect GPIO0 and RESET to CP2102 in an XOR-style transistor connections, never involving GPIO2. So I guess as long as I don't connect GPIO2 to anything, it's pulled down so GPIO0 determines program downloads. But if I do want to use GPIO2, I must ensure that on RESET it is effectively pulled down, such as having a strong enough external pull-down resistor like 1K, correct?
Probably same way to make use of the strapping pin GPIO12, which controls the internal LDO voltage and has a pull-down resistor as well?
Thank you!
Probably same way to make use of the strapping pin GPIO12, which controls the internal LDO voltage and has a pull-down resistor as well?
Thank you!