Error: region `dram0_0_seg' overflowed by 31632 bytes
Posted: Mon Sep 10, 2018 9:10 am
Hi All,
I'm trying to make a global char array with size 115200. I get the following error
I tried making a local array inside of loop() instead of global. It compiles if I do this but the processor keeps crashing on boot.
I'm only using Core 0. Can I disable Core 1 and increase the available memory like this?
Does any one have a way to go around this problem without decreasing the array size?
Cheers!
I'm trying to make a global char array with size 115200. I get the following error
Someone said there could be a 96000 bytes limit even though there is lots of RAM left. Is there a way to modify the Arduino ESP32 core to increase the heap size by 32K?region `dram0_0_seg' overflowed by 31632 bytes
I tried making a local array inside of loop() instead of global. It compiles if I do this but the processor keeps crashing on boot.
I'm only using Core 0. Can I disable Core 1 and increase the available memory like this?
Does any one have a way to go around this problem without decreasing the array size?
Cheers!