Page 1 of 1

ESP32-S3-WROOM1 : How to use the SPI RAM embedded ?

Posted: Fri Feb 03, 2023 12:40 pm
by ThomasESP32
Good afternoon,

I have a ESP32-S3-WROOM1 module which includes an internal SPI 2Mo RAM.
I have started a new project under Eclipse but I don't know how to declare the 2Mo RAM
in my project.

Moreover, I don't know how to use these 2mo Ram in the firmware.
Is it used automatically by the chip when I declare soem variables or use the new instruction ?

Thank you for your help,
My goal is to use the 2Mo RAM.

Best regards,

Thomas TRUILHE

Re: ESP32-S3-WROOM1 : How to use the SPI RAM embedded ?

Posted: Mon Feb 06, 2023 5:10 pm
by ThomasESP32
I have found this link https://docs.espressif.com/projects/esp ... M%20memory.

Do y ou think it can be used To use embedded RAM or thé WROOM module ?

Re: ESP32-S3-WROOM1 : How to use the SPI RAM embedded ?

Posted: Tue Feb 07, 2023 12:31 am
by ESP_Sprite
You probably want the ESP32-S3-specific version of that page: https://docs.espressif.com/projects/esp ... l-ram.html

But yes, that should describe all you need to know to use SPI RAM under ESP-IDF.