Page 1 of 1

How to use 4Mb external PSRAM on ESP32 WROVER module.?

Posted: Fri Sep 15, 2017 1:17 am
by Nick Chung
Image
As i know ESP32-WROVER has 4 mega bytes external PSRAM,very use full and it cost not too much ,so i decide to buy a module in the future, but now i can't found any examples or information to use this 4MB SRAM on it. Can any one and admin help me ? :D :D

Re: How to use 4Mb external PSRAM on ESP32 WROVER module.?

Posted: Fri Sep 15, 2017 1:23 am
by Nick Chung
I'm waiting...lalala :D

Re: How to use 4Mb external PSRAM on ESP32 WROVER module.?

Posted: Fri Sep 15, 2017 1:47 am
by WiFive

Re: How to use 4Mb external PSRAM on ESP32 WROVER module.?

Posted: Fri Sep 15, 2017 5:26 am
by Nick Chung
Thanks WIFIVE so much, that topics pretty hard with newbie like me. Can you write a example code to use eaier , i just want use this PSRAM to save bounch of bytes array , read and write single byte at a adress cell . PLease help me WIFIVE :D im still waiting for your help.

Re: How to use 4Mb external PSRAM on ESP32 WROVER module.?

Posted: Fri Sep 15, 2017 8:25 am
by loboris
If you newbie, I would recommend to wait some more time until psram support is fully integrated into esp-idf master branch. At the moment you must use different esp-idf branch, specific toolchain build etc. ...
If you manage to setup your build environment, you can configure it to use psram the same way you are using internal RAM, with maloc function.

Re: How to use 4Mb external PSRAM on ESP32 WROVER module.?

Posted: Fri Sep 15, 2017 12:14 pm
by Nick Chung
Thanks Loboris for your recommend, i think you are right.