Page 1 of 1

ESP32-S3 input only pin?

Posted: Sun Jun 12, 2022 3:00 pm
by adamalfath
The S3 docs mentioned that GPIO34-39 is input only pins. I know it's applicable to ESP32, but is it also true for S3? I just realize that I already have a custom board that used that pin as SPI port (GPIO35-38 = MISO, SCK, MOSI, CS) and it works just fine. I just need confirmation.
Thank you.

Re: ESP32-S3 input only pin?

Posted: Mon Jun 13, 2022 2:39 am
by ESP_Sprite
The S3 doesn't have input-only pins, so I think someone forgot to remove those texts. I'll file a ticket to get this fixed. Thanks for bringing this to our attention!

Re: ESP32-S3 input only pin?

Posted: Mon Jun 13, 2022 1:23 pm
by adamalfath
Alright, thanks for the confirmation.

Re: ESP32-S3 input only pin?

Posted: Tue Jul 23, 2024 4:44 pm
by FiwiDev
ESP_Sprite wrote:
Mon Jun 13, 2022 2:39 am
The S3 doesn't have input-only pins, so I think someone forgot to remove those texts. I'll file a ticket to get this fixed. Thanks for bringing this to our attention!
Thanks for the clarification...but the docs still say "input only" in 2 places on this page (one shown here):
Untitled.png
Untitled.png (113.48 KiB) Viewed 1729 times
https://docs.espressif.com/projects/esp ... /gpio.html

Re: ESP32-S3 input only pin?

Posted: Wed Jul 24, 2024 1:06 am
by ESP_Sprite
Hm, must have been overlooked. Lemme see where that ticket went; thanks for noticing.

Re: ESP32-S3 input only pin?

Posted: Mon Aug 12, 2024 5:14 am
by ESP_Sprite
Okay, it seems we can't trivially fix this as these docs are generated from the header files. We decided on the 'ESP32:' bit to indicate this only goes for the original ESP32 chips.