- ESP32 Datasheet section 5.3:
- Each digital output pin is associated with its configurable drive strength. Column “Drive
- Strength” in Table IO_MUX lists the default values. The drive strength of the digital output
- pins can be configured into one of the following four options:
- • 0: ~5 mA
- • 1: ~10 mA
- • 2: ~20 mA
- • 3: ~40 mA
- The default value is 2.
- The drive strength of the internal pull-up (wpu) and pull-down (wpd) is ~75 µA.
Hello,
We are encountering some issues with clock noise emissions on our WROOM-32 mounted on a PCB and were wondering if all ground pins need to be connected? Given the size of the module, having multiple grounds connected creates ground loops which we think might be causing some of the emission problems for us. We have multiple capacitors between the Vcc and GND pins near pin 9 on the module and there, the clock related EMI is quite tolerable. However, near the other 2 ground pins we get a lot of clock related noise.
From the pinout image as shown below, it looks like all grounds are on the same ground plane so would expect that not all grounds would be required. Looking for input on this.
Thanks,
Jason