I'm in the process of learning how to use an ESP-7 module. I understand that GPIO are ... well ... "general purpose" and can be configured either as input or output ... For example, from a previous mistake, I learned that GPIO0 is CLK_OUT on boot. So, it is mandatory to pull it up to VCC (resp. down to GND) through a few kOhm resistors. However, I'm wondering about the other pins, as the various examples I found on the Internet sometimes use resistors, sometime not. So:
- Are pull up/down resistors mandatory too on CH_PD ?
- And on RSET ? It is safe to let it floating as there is an internal pull-up ? Or is it recommended to pull it up externally (once again through a resistor, or could it be safely tied directly to VCC?)
- And the unused GPIO ? Is it wise to let them float or should I pull them up/down externally ?
Thanks in advance,
- Sylvain