PSRAM is not working in ESP32S3
Posted: Tue Nov 30, 2021 6:34 am
I am using ESP32-S3-WROOM-1-N8R8 module in our project. As per datasheet, this module have 8 MB of External Flash and 8 MB of external PSRAM.
Now, I want to access external PSRAM in my project so I am enabling external PSRAM support from menuconfig.
However, I am getting following compilation error.
Can anyone have any idea how to resolve it.
I am using master branch of ESP-IDF.
Now, I want to access external PSRAM in my project so I am enabling external PSRAM support from menuconfig.
However, I am getting following compilation error.
Code: Select all
/esp-idf/components/spi_flash/cache_utils.c:852: undefined reference to `psram_support_wrap_size'
Can anyone have any idea how to resolve it.
I am using master branch of ESP-IDF.