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
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
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
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.