Page 1 of 1

Using all GPIO's on ESP32-C3

Posted: Thu Mar 24, 2022 12:24 pm
by Jan-Petter
We will use a ESP32-C3FH4 in a project. We will not have a external flash. Is it possible to use all Gpio's including the ones dedicated to flash SPI as plane I/O's?

Jan-Petter

Re: Using all GPIO's on ESP32-C3

Posted: Fri Mar 25, 2022 2:08 am
by ESP_Sprite
No. Internal flash still occupies some GPIOs. See the datasheet for more info.

Re: Using all GPIO's on ESP32-C3

Posted: Fri Mar 25, 2022 7:31 am
by Jan-Petter
Thanks for the answer.