You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
But it doesn't seem to work as an output at all. After doing some digging it does look like
For modules with Octal SPI PSRAM, i.e., modules embedded with ESP32-S3R8 or ESP32- S3R16V, pins IO35, IO36, and IO37 are connected to the Octal SPI PSRAM and are not available for other uses.
But the ESP32-S3-WROOM-1-N8R2 uses Quad SPI PSRRAM not Octal so this shouldn't be an issue according to the documentation?
So is there a reason this pin isn't working? Maybe some setting in MENUCONFIG that is messing it up? Or is the documentation just wrong and you can't use that pin on either.
Note that I am also using the IO35, IO36 and I don't have any issues with those.
The text was updated successfully, but these errors were encountered:
I'm using ESP32-S3 DevkitC-1 v1.0 with S3-WROOM-1 M0N8R2 on IDF master (c7454b7e1c) and it's working perfectly. The code I'm using is examples/peripherals/gpio/generic_gpio/main/gpio_example_main.c with little modification.
Could you provide more information, for example your IDF commit and the picture of your hardware?
Answers checklist.
General issue report
I am attempting to use GPIO_NUM_37 /SPIDQS/FSPIQ/SUBSPIQ on the ESP32-S3-WROOM-1-N8R2 as a regular GPIO below
But it doesn't seem to work as an output at all. After doing some digging it does look like
For modules with Octal SPI PSRAM, i.e., modules embedded with ESP32-S3R8 or ESP32- S3R16V, pins IO35, IO36, and IO37 are connected to the Octal SPI PSRAM and are not available for other uses.
But the ESP32-S3-WROOM-1-N8R2 uses Quad SPI PSRRAM not Octal so this shouldn't be an issue according to the documentation?
So is there a reason this pin isn't working? Maybe some setting in MENUCONFIG that is messing it up? Or is the documentation just wrong and you can't use that pin on either.
Note that I am also using the IO35, IO36 and I don't have any issues with those.
The text was updated successfully, but these errors were encountered: