Hi All,
I'm trying to determine the maximum space I can devote to global variables on the F28027. I'm using Example_2802xFlash as a base.
My problem is that creating an array such as:
char mem[2000];
will result in a compiler error saying:
run placement fails for object ".ebss"
I thought that the F28027 had 12K of RAM. From http://focus.ti.com/lit/ds/symlink/tms320f28027.pdf:
0x000000 M0SARAM = 1K x 16
0x000400 M1SARAM = 1K x 16
0x008000 L0SARAM = 4K x 16
Thanks,
Stewart