Page 1 of 1

SPIWP as GPIO on ESP32c3-FH4

Posted: Tue Oct 29, 2024 4:19 am
by hyansuper
On a esp32c3-fh4 chip, without using external flash, can I set flash in DIO mode in menuconfig and use SPIWP or SPIHD (or both) as GPIO?

I found a similar post https://esp32.com/viewtopic.php?t=38718

I am not sure how the internal flash is designed, when in DIO mode, SPIWP and SPIHD pins is still connected to inner flash, can they be used as GPIO safely? Or is it inner implementation dependent?

Re: SPIWP as GPIO on ESP32c3-FH4

Posted: Tue Oct 29, 2024 6:52 am
by ESP_Sprite
Yes, they are still connected to the flash, and as the flash interprets the signals there, those pins are not usable as general purpose IO.