What should I do when the RAM capacity of ESP32 is low?

Hayden
Posts: 16
Joined: Thu Jul 01, 2021 8:10 am

What should I do when the RAM capacity of ESP32 is low?

Postby Hayden » Fri Jul 09, 2021 6:44 am

The current project needs to temporarily store a lot of data, and the several hundred K RAM that comes with it is not enough, I read the datasheet, ESP32 supports external FLASH and SRAM, so please ask if these are additional purchases? Or is it integrated on the chip and can be called directly?

ESP_Minatel
Posts: 364
Joined: Mon Jan 04, 2021 2:06 pm

Re: What should I do when the RAM capacity of ESP32 is low?

Postby ESP_Minatel » Fri Jul 09, 2021 7:39 am

Hi,

All the ESP32's have external flash memory (some chips the flash memory are inside the SoC, like the ESP32-U4 and ESP32-PICO). You can use the flash memory to store your data. The PSRAM is also supported on the ESP32 and some modules already have it.

See the product selector for more details about: https://products.espressif.com

Hayden
Posts: 16
Joined: Thu Jul 01, 2021 8:10 am

Re: What should I do when the RAM capacity of ESP32 is low?

Postby Hayden » Mon Jul 12, 2021 2:43 am

Okay, thanks a lot!

Who is online

Users browsing this forum: No registered users and 150 guests