Search found 2 matches

by abiangb
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 `...