ESP32-S3 SPI CONFIGURATION
Posted: Tue May 28, 2024 2:22 pm
Hi,
I am using esp32-s3 wroom-1(N8R8) development board having octal psram ,in which i am trying to establish 2 different spi communication.As per the datasheet we have total 4xSPI supported by esp32 s3 , in which 2 spi are already reserved(SPI0 ans SPI1) for ps ram and 2 are usable(SPI2 and SPI3).
Also mentioned in the datasheet that "the module variants that have embedded OSPI PSRAM , pins IO35,IO36, and IO37 connect to the OSPI PSRAM and are not available for other uses"(attached the screenshot of the particular portion).
I am using GPIO 35,36 and 37 pins for spi communication in my project and it seems to be working fine. Is there any problem using these pins for spi communication or can i continue with these pins.?
Thanks
I am using esp32-s3 wroom-1(N8R8) development board having octal psram ,in which i am trying to establish 2 different spi communication.As per the datasheet we have total 4xSPI supported by esp32 s3 , in which 2 spi are already reserved(SPI0 ans SPI1) for ps ram and 2 are usable(SPI2 and SPI3).
Also mentioned in the datasheet that "the module variants that have embedded OSPI PSRAM , pins IO35,IO36, and IO37 connect to the OSPI PSRAM and are not available for other uses"(attached the screenshot of the particular portion).
I am using GPIO 35,36 and 37 pins for spi communication in my project and it seems to be working fine. Is there any problem using these pins for spi communication or can i continue with these pins.?
Thanks