Use this forum to chat about hardware specific topics for the ESP8266 (peripherals, memory, clocks, JTAG, programming)

User avatar
By martinayotte
#22712
kenn wrote:The trick is how to reasonably use those last GPIOs without requiring complex outboard circuitry to manage the startup conditions.


That's only depends how you use them. For example, I'm using GPIO2/GPIO0 for an I2C bus, so since I2C bus requires Pull-Ups, that just fine because those PullUps are also required for Normal Boot.
User avatar
By kenn
#22715
martinayotte wrote:
kenn wrote:The trick is how to reasonably use those last GPIOs without requiring complex outboard circuitry to manage the startup conditions.


That's only depends how you use them. For example, I'm using GPIO2/GPIO0 for an I2C bus, so since I2C bus requires Pull-Ups, that just fine because those PullUps are also required for Normal Boot.


Then you figured out the trick ;)