ESP32-C3FN4 12,13 GPIO
Posted: Sat Oct 07, 2023 10:17 am
Hi
For ECP32-C3 pins 12,13 are used as SPIHD and SPIWP (flash).
However, in some descriptions of the boards on this chip, and in some other places, I find mention that pins 12,13 can be used as standard user GPIOs if switched to DIO mode.
Does this correspond to the truth? I'm using Arduino, DIO mode. I tried using these pins as OUTPUT. But I don't get the result. Also tried to change the port parameters via MUX
I don't get the result.
Tell me, is it possible to use pins 12,13 GPIO for ESP32-C3FN4?
Thank you.
For ECP32-C3 pins 12,13 are used as SPIHD and SPIWP (flash).
However, in some descriptions of the boards on this chip, and in some other places, I find mention that pins 12,13 can be used as standard user GPIOs if switched to DIO mode.
Does this correspond to the truth? I'm using Arduino, DIO mode. I tried using these pins as OUTPUT. But I don't get the result. Also tried to change the port parameters via MUX
Code: Select all
PIN_FUNC_SELECT(PERIPHS_IO_MUX_SPIHD_U, FUNC_SPIHD_GPIO12);
PIN_FUNC_SELECT(PERIPHS_IO_MUX_SPIWP_U, FUNC_SPIWP_GPIO13);
Tell me, is it possible to use pins 12,13 GPIO for ESP32-C3FN4?
Thank you.