What should I do when the RAM capacity of ESP32 is low?
What should I do when the RAM capacity of ESP32 is low?
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?
-
- Posts: 364
- Joined: Mon Jan 04, 2021 2:06 pm
Re: What should I do when the RAM capacity of ESP32 is low?
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
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
Re: What should I do when the RAM capacity of ESP32 is low?
Okay, thanks a lot!
Who is online
Users browsing this forum: No registered users and 62 guests