platformio / platform-espressif8266

Espressif 8266: development platform for PlatformIO
https://registry.platformio.org/platforms/platformio/espressif8266
Apache License 2.0
320 stars 218 forks source link

Wrong ESP-WROOM-02 ram size #268

Closed ToMe25 closed 1 year ago

ToMe25 commented 2 years ago

The ESP32-WROOM-02 board has a set ram size of 80kb, while this official page suggests that the ESP8266EX on which the current version of the ESP-WROOM-02 is based has 160kb ram.

valeros commented 1 year ago

160kb is the entire size of SRAM, while 80kb value in maximum_ram_size is the size of DRAM available for the developer.

ToMe25 commented 1 year ago

Oh, I didn't know that. Thanks :)