Out of memory?? huh?
Posted: Thu May 17, 2018 4:41 am
I compile my code and get:
Global variables use 103200 bytes (34%) of dynamic memory, leaving 191712 bytes for local variables.
Then I change an array from
int array[16][64] to array[64][64] this is 12K more RAM, but I get a linker error of:
region `dram0_0_seg' overflowed by 288 bytes
Why?
Thanks!
Global variables use 103200 bytes (34%) of dynamic memory, leaving 191712 bytes for local variables.
Then I change an array from
int array[16][64] to array[64][64] this is 12K more RAM, but I get a linker error of:
region `dram0_0_seg' overflowed by 288 bytes
Why?
Thanks!