SOLVED!:
https://community.platformio.org/t/esp3 ... es/18753/2
Search found 2 matches
- Wed Jan 27, 2021 1:15 pm
- Forum: ESP32 Arduino
- Topic: .dram0.bss' will not fit in region `dram0_0_seg
- Replies: 2
- Views: 5147
- Wed Jan 27, 2021 8:41 am
- Forum: ESP32 Arduino
- Topic: .dram0.bss' will not fit in region `dram0_0_seg
- Replies: 2
- Views: 5147
.dram0.bss' will not fit in region `dram0_0_seg
Hello! I am using VScode and I have an issue when I declare a large buffer (mqtt_buffer[170000]) and then upload the sketch to ESP32 Wroom. The error message is "DRAM segment data does not fit.". It means that the buffer ram is bigger than ram region created by Arduino environment I think. "Region `...