New wrover module (8MB psram)

chegewara
Posts: 2228
Joined: Wed Jun 14, 2017 9:00 pm

New wrover module (8MB psram)

Postby chegewara » Sun Aug 26, 2018 3:10 am

Mod note: This topic has been split off from viewtopic.php?f=10&t=6912

Thanks for info. I thought ive been reading some time ago that esp32 can support only 4MB of ram, but still its very good module, especially version with 128Mb of flash and is worth to mention its available now.

ESP_Sprite
Posts: 8996
Joined: Thu Nov 26, 2015 4:08 am

Re: New wrover module (8MB psram)

Postby ESP_Sprite » Sun Aug 26, 2018 6:29 am

Ah, sure, and the upper 4MiB can still be useful for people implementing big ringbuffers; just thought I'd mention this before people get ideas of happily doing malloc(7*1024*1024) in their minds.

User avatar
loboris
Posts: 514
Joined: Wed Dec 21, 2016 7:40 pm

Re: New wrover module (8MB psram)

Postby loboris » Sun Aug 26, 2018 8:44 am

ESP_Sprite wrote:Ah, sure, and the upper 4MiB can still be useful for people implementing big ringbuffers; just thought I'd mention this before people get ideas of happily doing malloc(7*1024*1024) in their minds.
As this is the official Espressif module, it would be good to provide the (official) example of using the upper 4MB part of the SPIRAM.
How exactly can we "implement a big ringbuffer" in the upper 4MB.

WiFive
Posts: 3529
Joined: Tue Dec 01, 2015 7:35 am

Re: New wrover module (8MB psram)

Postby WiFive » Sun Aug 26, 2018 9:27 am

One way could be to reduce the amount of spiram heap and use the free mmu pages as windowed access to the rest of the ram with your own read/write functions.

Should this topic be in News?

ESP_Sprite
Posts: 8996
Joined: Thu Nov 26, 2015 4:08 am

Re: New wrover module (8MB psram)

Postby ESP_Sprite » Sun Aug 26, 2018 1:13 pm

Yes, that's going to be supported by esp-idf. And no, this discussion shouldn't be in news; if people want to ask or say more, I'll split those things off to a new topic.

User avatar
loboris
Posts: 514
Joined: Wed Dec 21, 2016 7:40 pm

Re: New wrover module (8MB psram)

Postby loboris » Sun Aug 26, 2018 1:19 pm

WiFive wrote:One way could be to reduce the amount of spiram heap and use the free mmu pages as windowed access to the rest of the ram with your own read/write functions.

Should this topic be in News?
There are several ways how this could be accomplished, but none is documented by Espressif, neither esp-idf has any means to do it.
My point was, if Espressif released the module with 8MB of SPIRAM, there should be some support for it in esp-idf, and some documentation how to use it.

The topic should probably be moved to hardware.

Edit:
ESP_Sprite wrote:Yes, that's going to be supported by esp-idf. And no, this discussion shouldn't be in news; if people want to ask or say more, I'll split those things off to a new topic.
Thanks.

chegewara
Posts: 2228
Joined: Wed Jun 14, 2017 9:00 pm

Re: New wrover module (8MB psram)

Postby chegewara » Mon Aug 27, 2018 12:51 pm

In that case i have question about possible usage of extra 4mb of psram. This is what i can think of:
  • use ram to shadow application from flash for example if app requires a lot read/write operations to decrease wearing of flash;
  • i remember there was a question if its possible to load/download app to ram and execute from there; i can imagine home/industrial applications with power grid and battery backup that can be used this way
  • is it possible to have 2 separate memory banks (4mb each), one for each cpu core?

Milad_f1
Posts: 3
Joined: Tue Sep 11, 2018 9:38 am

Re: New wrover module (8MB psram)

Postby Milad_f1 » Wed Sep 12, 2018 12:20 am

Hi, I am using an ESP-Wrover-Kit which has a ESP-Wrover module installed in it. It features a 4 MB external SPI flash and an additional 8 MB PSRAM. In the datasheet, it is mentioned that up to 4 MB of PSRAM can be mapped into CPU data memory space at a time. As only 4 MB memory space is considered for External SRAM (0x3F80_0000 to 0x3FBF_FFFF), how can I use (map) the extra 4MB? What would be the CPU data memory address to map that extra 4MB? Thanks!

ESP_Sprite
Posts: 8996
Joined: Thu Nov 26, 2015 4:08 am

Re: New wrover module (8MB psram)

Postby ESP_Sprite » Wed Sep 12, 2018 1:35 am

There will be an option to use part of the 4MiB mappable address range to bank-switch the remaining memory in. Afaik it hasn't made it into esp-idf yet, though.

chegewara
Posts: 2228
Joined: Wed Jun 14, 2017 9:00 pm

Re: New wrover module (8MB psram)

Postby chegewara » Fri Oct 19, 2018 8:37 pm

ESP_Sprite wrote:There will be an option to use part of the 4MiB mappable address range to bank-switch the remaining memory in. Afaik it hasn't made it into esp-idf yet, though.
Bad ESP_Sprite, bad bad bad ;), we have this API and you didnt tell us about it :P

I think we have new field to discover and few people will get hands dirty with it:
https://docs.espressif.com/projects/esp ... himem.html

Have a fun

Who is online

Users browsing this forum: No registered users and 45 guests