Can i use the flash pin 6-11 as GPIO/TX/RX?
Try it perhaps ?
I suspec the ESP32 will crash.
Umm ya but in pin 9 and 10 they said can be used as RX1 TX1
SPI flash integrated on the ESP-WROOM-32
GPIO 6 to GPIO 11 are exposed in some ESP32 development boards. However, these pins are connected to the integrated SPI flash on the ESP-WROOM-32 chip and are not recommended for other uses. So, don’t use these pins in your projects:
GPIO 6 (SCK/CLK)
GPIO 7 (SDO/SD0)
GPIO 8 (SDI/SD1)
GPIO 9 (SHD/SD2)
GPIO 10 (SWP/SD3)
GPIO 11 (CSC/CMD)
ya but can i use pn 9 and 10 as RX1 TX1?
ya but can i use pn 9 and 10 as RX1 TX1?
See post #5
This topic was automatically closed 180 days after the last reply. New replies are no longer allowed.