Page 1 of 1

Out of memory?? huh?

Posted: Thu May 17, 2018 4:41 am
by themindfactory
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!

Re: Out of memory?? huh?

Posted: Thu May 17, 2018 6:03 am
by WiFive

Re: Out of memory?? huh?

Posted: Thu May 17, 2018 2:25 pm
by themindfactory
Thanks!

Is there a way to reclaim the 64k used for BT when BT is not used?

RichardS