ESP32 (WROOM32) (IDF 5.4), pins 34..39 are reserved?
Posted: Wed May 28, 2025 11:56 am
Hello everyone!
I have a code, which starts early (before app_main, via __attribute__((constructor))) and reads all GPIOs (its config, connected signals etc) to find out, which GPIOs are **reserved**. So I found that pins 6..11 have **reserved** flag (SPI0 flash chip access) and pins 34..39 are marked as **reserved** as well.
Documentation says nothing about pins 34..39 except that they are input-only pins.
Can anyone explain why pins 34..39 are reserved?
Thank you!
I have a code, which starts early (before app_main, via __attribute__((constructor))) and reads all GPIOs (its config, connected signals etc) to find out, which GPIOs are **reserved**. So I found that pins 6..11 have **reserved** flag (SPI0 flash chip access) and pins 34..39 are marked as **reserved** as well.
Documentation says nothing about pins 34..39 except that they are input-only pins.
Can anyone explain why pins 34..39 are reserved?
Thank you!