Page 1 of 1

pin 20 on ESP32 S3 goes high after start

Posted: Tue Aug 08, 2023 3:18 pm
by Mastino
Hello Friends,
I have little problem with pin 20 on ESP32 S3.
After start it is always goes high.
Is it because the pin 20 on ESP32 S3 has USB-JTAG?
Will it help if I burn the efuse with espefuse.py tool?
Thanks!

P.S.
In my case relay is connected on pin 20, so even when I set it to LOW in setup loop, it still makes click.

Re: pin 20 on ESP32 S3 goes high after start

Posted: Sat Aug 12, 2023 11:24 am
by username
If you do this and its still high, something else is going on.

gpio_reset_pin(GPIO_NUM_20); gpio_set_direction(GPIO_NUM_20, GPIO_MODE_OUTPUT);gpio_set_level(GPIO_NUM_20, LOW);

Re: pin 20 on ESP32 S3 goes high after start

Posted: Fri Sep 08, 2023 4:54 pm
by mbratch
Do you really mean pin 20 or GPIO 20? Pin 20 is GPIO 10 on the ESP32S3.