Hi,
On Espressif's devkit IO0 and IO2 pullup / pulldown resistors are not present.
When designing my own board with WROOM32 module can I omit them entirely?
Another question is about the capacitor from the EN pin to ground. On some designs it is not present.
I suppose it is to introduce a delay to EN going high on power up. How essential is it?
Thanks in advance, cheers
IO0 and IO2 pullup / pulldown resistors
- ESP_krzychb
- Posts: 400
- Joined: Sat Oct 01, 2016 9:05 am
- Contact:
Re: IO0 and IO2 pullup / pulldown resistors
Hi hakkig,
Each strapping pin is connected with its internal pull-up/pull-down during the chip reset. Consequently, if a strapping
pin is unconnected or the connected external circuit is high-impendence, the internal weak pull-up/pull-down
will determine the default input level of the strapping pins.
ESP32 uses a 3.3V system power supply. The chip should be activated after the power rails have stabilized. This
is achieved by delaying the activation of CHIP_PU (Pin9) by time T after the 3.3V rails have been brought up. The
recommended delay time (T) is given by the parameter of the RC circuit. For reference design, please refer to
Figure ESP-WROOM-32 Peripheral Schematics in the ESP-WROOM-32 Datasheet. (check also a notice inside)
Yes, ref: Hardware Design Guidelines:hakkig wrote:On Espressif's devkit IO0 and IO2 pullup / pulldown resistors are not present.
When designing my own board with WROOM32 module can I omit them entirely?
Each strapping pin is connected with its internal pull-up/pull-down during the chip reset. Consequently, if a strapping
pin is unconnected or the connected external circuit is high-impendence, the internal weak pull-up/pull-down
will determine the default input level of the strapping pins.
Yes, it is essential ref: Hardware Design Guidelines:hakkig wrote:Another question is about the capacitor from the EN pin to ground. On some designs it is not present.
I suppose it is to introduce a delay to EN going high on power up. How essential is it?
ESP32 uses a 3.3V system power supply. The chip should be activated after the power rails have stabilized. This
is achieved by delaying the activation of CHIP_PU (Pin9) by time T after the 3.3V rails have been brought up. The
recommended delay time (T) is given by the parameter of the RC circuit. For reference design, please refer to
Figure ESP-WROOM-32 Peripheral Schematics in the ESP-WROOM-32 Datasheet. (check also a notice inside)
Re: IO0 and IO2 pullup / pulldown resistors
Thanks a lot, cheers
Who is online
Users browsing this forum: No registered users and 33 guests