How to use internal PSRAM as IRAM?
Posted: Thu Feb 22, 2024 4:04 am
Hello,
There are some ESP32 products which have internal PSRAM, like PICO-V3-02.
Do I need to do something at menuconfig to use this PSRAM as IRAM?
TLTR;
As specific, I want to use ESP32-WROOM as bluetooth classic + low energy module while any other functions(like WIFI) are disabled.
I visited ESP-AT document and enable BT at command, and built the ESP32-AT firmware,
but it always showed me an error at very last and said there is no sufficient IRAM(overflow occurs).
So what I really curios is whether PICO-V3-02 can run ESP-AT firmware with its own internal PSRAM.
Thank you in advance.
There are some ESP32 products which have internal PSRAM, like PICO-V3-02.
Do I need to do something at menuconfig to use this PSRAM as IRAM?
TLTR;
As specific, I want to use ESP32-WROOM as bluetooth classic + low energy module while any other functions(like WIFI) are disabled.
I visited ESP-AT document and enable BT at command, and built the ESP32-AT firmware,
but it always showed me an error at very last and said there is no sufficient IRAM(overflow occurs).
So what I really curios is whether PICO-V3-02 can run ESP-AT firmware with its own internal PSRAM.
Thank you in advance.